Skip to content

Commit

Permalink
Merge pull request #147 from yui-knk/comment
Browse files Browse the repository at this point in the history
Add comment
  • Loading branch information
yui-knk committed Oct 21, 2023
2 parents b72dfd1 + aba0fd7 commit 374bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lrama/output_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
let(:out) { StringIO.new }
let(:header_out) { StringIO.new }
let(:warning) { Lrama::Warning.new(StringIO.new) }
let(:warning) { Lrama::Warning.new(StringIO.new) } # suppress warnings
let(:text) { File.read(grammar_file_path) }
let(:grammar) { Lrama::Parser.new(text).parse }
let(:states) { s = Lrama::States.new(grammar, warning); s.compute; s }
Expand Down

0 comments on commit 374bdcf

Please sign in to comment.