spec/opal/stdlib/strscan/scan_spec.rb in opal-0.9.4 vs spec/opal/stdlib/strscan/scan_spec.rb in opal-0.10.0.beta1

- old
+ new

@@ -6,6 +6,6 @@ # regression test; see GH issue 1074 scanner = StringScanner.new("10\nb = `2E-16`") scanner.scan(/[\d_]+\.[\d_]+\b|[\d_]+(\.[\d_]+)?[eE][-+]?[\d_]+\b/).should be_nil end end -end \ No newline at end of file +end