Skip to content

Commit

Permalink
Fix global variable read off end
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Jan 5, 2025
1 parent 66a95e6 commit 07a3794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/prism/fuzzer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def self.snippet(name, source)
end

snippet "incomplete global variable", "$"
snippet "incomplete global variable with dash", "$-"
snippet "incomplete symbol", ":"
snippet "incomplete escaped string", '"\\'
snippet "trailing comment", "1\n#\n"
Expand Down

0 comments on commit 07a3794

Please sign in to comment.