Skip to content

Commit 1b08818

Browse files
committed
Comment in test script (block in place of line because of replace of white chars in certain tests
1 parent 39bb365 commit 1b08818

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CodingSeb.ExpressionEvaluator.Tests/Resources/Script0001.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Script0001
1+
/* Script0001 */
22
x = 0;
33
result = "";
44

CodingSeb.ExpressionEvaluator.Tests/Resources/Script0002.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Script0002
1+
/* Script0002 */
22
result = "";
33

44
for(x = 0; x < 5;x++)

CodingSeb.ExpressionEvaluator.Tests/Resources/Script0003.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Script0003
1+
/* Script0003 */
22
result = "";
33

44
for(x = 0; x < 5;x++)

CodingSeb.ExpressionEvaluator.Tests/Resources/Script0004.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Script0004
1+
/* Script0004 */
22
x = [valx];
33
y = [valy];
44
result = 0;

CodingSeb.ExpressionEvaluator.Tests/Resources/Script0005.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Script0005
1+
/* Script0005 */
22
x = [valx];
33
y = [valy];
44
result = 0;

0 commit comments

Comments
 (0)