Skip to content

Commit 33d7940

Browse files
mattbaileyukandrew-coleman
authored andcommitted
Support nodeJS 12.x (#360)
* Update .travis.yml * compare message inserts rather than message
1 parent 8e43a38 commit 33d7940

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '11'
3+
- '12'
44
- '10'
55
- '8'
66
- '6'

test/test-suite/groups/function-encodeUrl/case002.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"bindings": {},
55
"error": {
66
"code": "D3140",
7-
"message": "Malformed URL passed to $encodeUrl(): \"\uD800\""
7+
"functionName": "encodeUrl",
8+
"value": "\uD800"
89
}
910
}

test/test-suite/groups/function-encodeUrlComponent/case002.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"bindings": {},
55
"error": {
66
"code": "D3140",
7-
"message": "Malformed URL passed to $encodeUrlComponent(): \"\uD800\""
7+
"functionName": "encodeUrlComponent",
8+
"value": "\uD800"
89
}
910
}

0 commit comments

Comments
 (0)