Home
last modified time | relevance | path

Searched refs:test_syntax_error (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-unicode.cpp23 test_syntax_error (const char *script_p) /**< script */ in test_syntax_error() function
72 if (!test_syntax_error ("\\u{61}"))
74 TEST_ASSERT (!test_syntax_error ("\xF0\x90\xB2\x80: break \\u{10C80}"));
76 TEST_ASSERT (test_syntax_error ("\xF0\x90\xB2\x80: break \\ud803\\udc80"));
78 TEST_ASSERT (!test_syntax_error ("\xF0\x90\xB2\x80: break \xed\xa0\x83\xed\xb2\x80"));
80 TEST_ASSERT (!test_syntax_error ("$\xF0\x90\xB2\x80$: break $\\u{10C80}$"));
81 TEST_ASSERT (test_syntax_error ("$\xF0\x90\xB2\x80$: break $\\ud803\\udc80$"));
82 TEST_ASSERT (!test_syntax_error ("$\xF0\x90\xB2\x80$: break $\xed\xa0\x83\xed\xb2\x80$"));
/third_party/python/Lib/test/
Dtest_modulefinder.py376 def test_syntax_error(self): member in ModuleFinderTest
Dtest_code_module.py60 def test_syntax_error(self): member in TestInteractiveConsole
Dtest_compile.py53 def test_syntax_error(self): member in TestSpecifics
Dtest_typing.py2778 def test_syntax_error(self): member in ForwardRefTests
/third_party/python/Lib/test/test_import/
D__init__.py1182 def test_syntax_error(self): member in ImportTracebackTests