Sha256: 4b13ace1dcccf2569a7f85eeeb88322690aff43f2637965b295d155530b90262

Contents?: true

Size: 878 Bytes

Versions: 5

Compression:

Stored size: 878 Bytes

Contents

opal_filter "Opal::Parser" do
  fails "Singleton classes returns an empty s(:scope) when given an empty body"
  fails "Singleton classes should accept any expressions for singleton part"
  fails "Strings from %Q construction should match '{' and '}' pairs used to start string before ending match"
  fails "Strings from %Q construction should match '(' and ')' pairs used to start string before ending match"
  fails "Strings from %Q construction should match '[' and ']' pairs used to start string before ending match"
  fails "x-strings created using %x notation should match '{' and '}' pairs used to start string before ending match"
  fails "x-strings created using %x notation should match '(' and ')' pairs used to start string before ending match"
  fails "x-strings created using %x notation should match '[' and ']' pairs used to start string before ending match"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
opal-0.5.5 spec/opal/filters/bugs/parser.rb
opal-0.5.4 spec/filters/bugs/parser.rb
opal-0.5.2 spec/filters/bugs/parser.rb
opal-0.5.0 spec/filters/bugs/parser.rb
opal-0.4.4 spec/filters/bugs/parser.rb