diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-05-16 10:51:04 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-05-16 12:28:51 -0400 |
| commit | 58f993c500ae3f1051fbaa76d21e85bec93fa1f7 (patch) | |
| tree | 69bd9534ae2d63795a051e68643786ce668becb6 | |
| parent | 52401a32e5699870d2eef9a492532a0729be204a (diff) | |
[PRISM] Enable TestParse#test_percent
| -rw-r--r-- | test/.excludes-prism/TestParse.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.excludes-prism/TestParse.rb b/test/.excludes-prism/TestParse.rb index 8ff7dba1f4..317b092503 100644 --- a/test/.excludes-prism/TestParse.rb +++ b/test/.excludes-prism/TestParse.rb @@ -1,5 +1,4 @@ exclude(:test_invalid_char, "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") |
