Skip to content

Commit f71bb7d

Browse files
committed
"Fixes" three more tests by adding whitespace
1 parent 0596a48 commit f71bb7d

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tests
22
testFromFormattedSourceCodeToAnnotatedSourceCode
3-
3+
44
| text |
55
self fail.
66
text := 'simpleMethodWithProbes
@@ -9,4 +9,5 @@ testFromFormattedSourceCodeToAnnotatedSourceCode
99
addAttribute: (nil)
1010
from: 27 to: 31.
1111

12-
BPCompiler compile: text. "TODO: Better word for that."
12+
BPCompiler compile: text. "TODO: Better word for that."
13+
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tests
22
testRewritingErrorOnIncompleteExpressionForReplacement
3-
4-
self fail.
3+
4+
self fail.
5+
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tests
22
testRewritingErrorOnIncompleteExpressionProbe
3-
4-
self fail.
3+
4+
self fail.
5+

packages/Babylonian-Tests.package/BPCompilerTest.class/methodProperties.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"expectedFailures" : "pre 7/6/2020 17:15",
77
"setUp" : "jb 12/7/2020 19:06",
88
"testCompilerRecognizesMethodsThatRequireRecompilation" : "jb 12/7/2020 19:06",
9-
"testFromFormattedSourceCodeToAnnotatedSourceCode" : "jb 12/7/2020 19:06",
9+
"testFromFormattedSourceCodeToAnnotatedSourceCode" : "pre 2/22/2021 18:03",
1010
"testRewritingBinaryMessageChainProbe" : "pre 2/22/2021 17:16",
1111
"testRewritingDoesNotAddTwoLayerPragmas" : "jb 12/7/2020 19:06",
1212
"testRewritingErrorOnIncompleteExpressionForAssertion" : "pre 2/22/2021 17:24",
13-
"testRewritingErrorOnIncompleteExpressionForReplacement" : "jb 12/7/2020 19:06",
14-
"testRewritingErrorOnIncompleteExpressionProbe" : "jb 12/7/2020 19:06",
13+
"testRewritingErrorOnIncompleteExpressionForReplacement" : "pre 2/22/2021 18:02",
14+
"testRewritingErrorOnIncompleteExpressionProbe" : "pre 2/22/2021 18:02",
1515
"testRewritingExampleSpecificAssertion" : "jb 12/7/2020 19:06",
1616
"testRewritingKeywordMessageArgumentProbe" : "jb 12/7/2020 19:06",
1717
"testRewritingKeywordMessageBinaryArgumentProbe" : "jb 12/7/2020 19:06",

0 commit comments

Comments
 (0)