Skip to content

Commit 89f8682

Browse files
committed
bug(objectionary#3199): pdd + typo
1 parent 45f4d76 commit 89f8682

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/dataized.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ origin: |
55
# Foo.
66
[] > foo
77
[] > f
8-
as-bytes. > som
8+
as-bytes. > some
99
dataized
1010
f:0
1111
@@ -14,4 +14,4 @@ printed: |
1414
[] > foo
1515
# No comments.
1616
[] > f
17-
f > som!
17+
f > some!

eo-runtime/src/test/java/integration/PhiUnphiIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Integration test for phi-unphi.
2525
*
2626
* @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
2828
* incorrectly after phi-unphi. The key problem is recursive representation of tuples via
2929
* tuple.with method. It should be done via simple application of tuple like it was done before,
3030
* but with calculated length.

0 commit comments

Comments
 (0)