diff options
Diffstat (limited to 'testsuite/tests/parser/unicode/all.T')
-rw-r--r-- | testsuite/tests/parser/unicode/all.T | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuite/tests/parser/unicode/all.T b/testsuite/tests/parser/unicode/all.T new file mode 100644 index 0000000000..e5375a361e --- /dev/null +++ b/testsuite/tests/parser/unicode/all.T @@ -0,0 +1,22 @@ +# test that we catch UTF-8 decoding errors + +test('utf8_002', normal, compile_fail, ['']) +test('utf8_003', normal, compile_fail, ['']) +test('utf8_004', normal, compile_fail, ['']) +test('utf8_005', normal, compile_fail, ['']) + +test('utf8_010', normal, compile_fail, ['']) +test('utf8_011', normal, compile_fail, ['']) + +test('utf8_020', normal, compile_fail, ['']) +test('utf8_021', normal, compile_fail, ['']) +test('utf8_022', normal, compile_fail, ['']) + +# test that we can understand unicode characters in lexemes + +test('utf8_024', normal, compile_and_run, ['']) + +test('1744', normal, compile_and_run, ['']) +test('1103', normal, compile, ['']) +test('2302', only_ways(['normal']), compile_fail, ['']) +test('4373', normal, compile, ['']) |