Skip to content

Commit 7a16362

Browse files
author
David de Hilster
authored
Merge pull request #7 from dehilsterlexis/NLP-TUTORIALS-007
NLP-TUTORIALS-007 fixed tutorial 9 crash
2 parents 15540e9 + d1ff3d1 commit 7a16362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial-09/spec/ruleRegions.nlp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
@NODES _ROOT
1010

11-
@CHECK
12-
if (N("pattern",1) != "n")
13-
fail();
11+
#@CHECK
12+
#if (N("pattern",1) != "n")
13+
# fail();
1414

1515
@PRE
1616
<1,1> var("header");

0 commit comments

Comments
 (0)