Skip to content

Commit

Permalink
Fix an incorrect description in parser_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Feb 6, 2025
1 parent 934edc0 commit d36f10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lrama/parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

context 'with define is specified' do
context 'with `api.pure`' do
it '@yydebug is false' do
it '@yydebug is true' do
parser = Lrama::Parser.new("", "", true, {'api.pure' => nil})
yydebug = parser.instance_variable_get(:@yydebug)
expect(yydebug).to be_truthy
Expand Down

0 comments on commit d36f10a

Please sign in to comment.