summaryrefslogtreecommitdiff
path: root/test/.excludes-prism/TestParse.rb
blob: 7cf5f97dd2663131bb1dce7c02a830c80fce1775 (plain)
1
2
3
4
5
6
7
8
9
10
exclude(:test_global_variable, "error message format")
exclude(:test_invalid_char, "error message format")
exclude(:test_location_of_invalid_token, "error message format")
exclude(:test_percent, "error message format")
exclude(:test_question, "error message format")
exclude(:test_string, "error message format")
exclude(:test_truncated_source_line, "truncate error message")
exclude(:test_unexpected_eof, "error message format")
exclude(:test_unexpected_token_after_numeric, "error message format")
exclude(:test_void_value_in_rhs, "missing raising error for some void value expressions")