Skip to content

Commit

Permalink
fix(#2758): directories
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jan 16, 2024
1 parent bb87b23 commit 52dc8c5
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
time="2023-10-19T09:27:28.852003Z"
dob="2024-01-15T16:58:03"
revision="6058559"
source="/Users/maxonfjvipon/code/java/eo/eo-runtime/src/main/eo/org/eolang/a.eo"
source="/Users/maxonfjvipon/code/java/eo/eo-runtime/src/main/eo/org/eolang/inner/a.eo"
version="1.0-SNAPSHOT"
>
<listing>[d] &gt; a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
time="2023-10-19T09:27:28.852003Z"
dob="2024-01-15T16:58:03"
revision="6058559"
source="/Users/maxonfjvipon/code/java/eo/eo-runtime/src/main/eo/org/eolang/as-phi.eo"
source="/Users/maxonfjvipon/code/java/eo/eo-runtime/src/main/eo/org/eolang/inner/b.eo"
version="1.0-SNAPSHOT"
>
<listing>[a] &gt; a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
time="2023-10-19T09:27:28.852003Z"
dob="2024-01-15T16:58:03"
revision="6058559"
source="/Users/maxonfjvipon/code/java/eo/eo-runtime/src/main/eo/org/eolang/as-phi.eo"
source="/Users/maxonfjvipon/code/java/eo/eo-runtime/src/main/eo/org/eolang/main.eo"
version="1.0-SNAPSHOT"
>
<listing>[] &gt; main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ final class XmirTest {
*/
@ParameterizedTest
@Disabled
@ClasspathSource(value = "org/eolang/parser/xmir/samples/", glob = "**.yaml")
@ClasspathSource(value = "org/eolang/parser/samples/", glob = "**.yaml")
void printsStrait(final String pack) throws IOException {
final Map<String, Object> map = new Yaml().load(pack);
final String key = "strait";
Expand Down

0 comments on commit 52dc8c5

Please sign in to comment.