We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 2.0.1
I believe that options are not passed to the parser by default i.e. this code
bai2/lib/bai2.rb
Lines 35 to 36 in 9b5d781
should potentially look like
@options = DEFAULT_OPTIONS.merge(options) parse(raw, @options)
Repro:
puts "--- options #{options.inspect}" at the top of
bai2/lib/bai2/parser.rb
Line 29 in 9b5d781
Bai2::BaiFile.new(str)
Expected: Options should be the default set of options Actual: Options are the empty hash
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 2.0.1
I believe that options are not passed to the parser by default i.e. this code
bai2/lib/bai2.rb
Lines 35 to 36 in 9b5d781
should potentially look like
Repro:
puts "--- options #{options.inspect}" at the top of
Bai2::Parser.parse`bai2/lib/bai2/parser.rb
Line 29 in 9b5d781
Bai2::BaiFile.new(str)
Expected: Options should be the default set of options
Actual: Options are the empty hash
The text was updated successfully, but these errors were encountered: