You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/commonTest/kotlin/ai/hypergraph/kaliningraph/parsing/SetValiantTest.kt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -418,7 +418,7 @@ class SetValiantTest {
418
418
funtestUTMRepresentationEquivalence() {
419
419
with(vanillaS2PCFG) {
420
420
println("SIZE: ${nonterminals.size}")
421
-
val str ="NAME = NAME ( NAME , NUMBER ) . NAME ( ) NEWLINE NAME = NAME . NAME NEWLINE NAME = STRING . NAME ( NAME for NAME in NAME if NAME . NAME ( ) ) NEWLINE NAME ( NAME ) NEWLINE".tokenizeByWhitespace()
421
+
val str ="NAME = NAME ( NAME , NUMBER ) . NAME ( ) NEWLINE _ _ NAME . NAME NEWLINE NAME = STRING . NAME ( NAME for NAME in NAME if NAME . NAME ( ) ) NEWLINE NAME ( NAME ) NEWLINE".tokenizeByWhitespace()
0 commit comments