Created
March 1, 2011 13:19
-
-
Save alexeyr/849107 to your computer and use it in GitHub Desktop.
Revisions
-
alexeyr revised this gist
Mar 1, 2011 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,3 @@ 'WindowNode(MyWindow,List(GuiNode(composite,Some(aComposite),Map(),List())))' is not equal to 'WindowNode(MyWindow,List(GuiNode(composite,Some(acomposite),Map(),List())))' -
alexeyr created this gist
Mar 1, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ [error] Parser Parser (Parser (~)^^) succeeded on input scala.util.parsing.combinator.lexical.Scanners$Scanner@21c084 with result WindowNode(MyWindow,List(GuiNode(composite,Some(aComposite),Map(),List()))) but 'WindowNode(MyWindow,List(GuiNode(composite,Some(aComposite),Map(),List())))' is not equal to 'WindowNode(MyWindow,List(GuiNode(composite,Some(acomposite),Map(),List())))' (ParserSpec.scala:21)