Skip to content

Commit

Permalink
Update value_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Thacker-Smith <dylan.smith@shopify.com>
  • Loading branch information
Genevieve and dylanahsmith committed Jan 11, 2022
1 parent 6009677 commit f6accef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion value_test.go
Expand Up @@ -81,7 +81,7 @@ func TestValueString(t *testing.T) {
}{
{"Number", `13 * 2`, "26"},
{"String", `"string"`, "string"},
{"String with null terminators and Unicode", "String.fromCharCode(0, 55358, 56614, 8205, 9794, 65039, 0, 1040, 1041, 1042, 0, 97, 98, 99, 100)", "\x00\U0001f926\u200d\u2642\ufe0f\x00АБВ\x00abcd"},
{"String with null character and non-latin unicode", `"a\x00Ω"`, "a\x00Ω"},
{"Object", `let obj = {}; obj`, "[object Object]"},
{"Function", `let fn = function(){}; fn`, "function(){}"},
}
Expand Down

0 comments on commit f6accef

Please sign in to comment.