Skip to content

Commit

Permalink
Additional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twalmsley committed Nov 15, 2019
1 parent 4fb05d7 commit d066849
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/base_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -3160,5 +3160,15 @@
"object_ref"
],
"minimised_modl": "_C=gb;_L=en;*load=\"http://modules.num.uk/1/rcf.txt!\";o(c[fb=abc;tw=abc])"
},
{
"id": "332",
"input": "test=~u1f60000",
"expected_output": "{\n \"test\": \"\uD83D\uDE0000\"\n}",
"tested_features": [
"unicode",
"escapes"
],
"minimised_modl": "test=\\~u1f60000"
}
]

0 comments on commit d066849

Please sign in to comment.