Sha256: c3b568c32a085ce2833da36aaa03736072de27e14a2909c73f997b46729856ef
Contents?: true
Size: 313 Bytes
Versions: 10
Compression:
Stored size: 313 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), "helper")) class WithTest < Johnson::NodeTestCase def test_with assert_sexp([[:with, [:name, "o"], [:name, "x"]]], @parser.parse('with (o) x;') ) assert_ecma("with(o) x;", @parser.parse('with (o) x;')) end end
Version data entries
10 entries across 10 versions & 4 rubygems