File tree 2 files changed +3
-3
lines changed
eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml
eo-runtime/src/test/java/integration
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ origin: |
5
5
# Foo.
6
6
[] > foo
7
7
[] > f
8
- as-bytes. > som
8
+ as-bytes. > some
9
9
dataized
10
10
f:0
11
11
@@ -14,4 +14,4 @@ printed: |
14
14
[] > foo
15
15
# No comments.
16
16
[] > f
17
- f > som !
17
+ f > some !
Original file line number Diff line number Diff line change 24
24
* Integration test for phi-unphi.
25
25
*
26
26
* @since 0.1
27
- * @todo #3199:Enable PhiUnphiIT. The test was disabled because tuples are converted to EO
27
+ * @todo #3199:30min Enable PhiUnphiIT. The test was disabled because tuples are converted to EO
28
28
* incorrectly after phi-unphi. The key problem is recursive representation of tuples via
29
29
* tuple.with method. It should be done via simple application of tuple like it was done before,
30
30
* but with calculated length.
You can’t perform that action at this time.
0 commit comments