public
Description: Johnson wraps JavaScript in a loving Ruby embrace.
Homepage: http://github.com/jbarnette/johnson/wikis
Clone URL: git://github.com/jbarnette/johnson.git
fixing parser
tenderlove (author)
Fri May 30 16:27:16 -0700 2008
commit  40f5721b35e94fe0630cb2372d246b62664c9439
tree    9cc4b33554e852960f083175e841db656357f4d2
parent  7ce1c13531dda725881f28d36535fa6f206d1831
...
4
5
6
7
8
9
10
...
4
5
6
 
7
8
9
0
@@ -4,7 +4,6 @@ require 'stringio'
0
 class ParserTest < Test::Unit::TestCase
0
   include Johnson::Nodes
0
   def setup
0
-    @context = Johnson::Context.new
0
     @parser = Johnson::Parser
0
   end
0
 

Comments