Disabled external gits
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/* This comment is closed twice,
|
||||
which should be an error:
|
||||
|
||||
*/*/
|
3
cs320-clp/test/resources/lexer/passing/Keywords.scala
Normal file
3
cs320-clp/test/resources/lexer/passing/Keywords.scala
Normal file
@@ -0,0 +1,3 @@
|
||||
abstract Boolean
|
||||
case class def else error extends false if Int match object String
|
||||
true Unit val
|
2
cs320-clp/test/resources/lexer/passing/Whitespace.scala
Normal file
2
cs320-clp/test/resources/lexer/passing/Whitespace.scala
Normal file
@@ -0,0 +1,2 @@
|
||||
1 // Tab indented
|
||||
2 // Space indented
|
Reference in New Issue
Block a user