Skip to content

Commit

Permalink
Fix uiua test
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Mar 4, 2024
1 parent 2513002 commit 6dcbe48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/packages/uiua.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in {
&p $"Hello, _!" &fras "/dev/stdin"
'';
test.main_file.content = ''
Bar ← &i "foo.ua" "Bar"
~ "foo.ua" ~ Bar
⍤"stdin" ≍"stdin" &fras "/dev/stdin"
⍤"args" ≍{"foo" "bar" "baz"} ↘1 &args
⍤"file" ≍"hello world" &fras "test.txt"
Expand Down

0 comments on commit 6dcbe48

Please sign in to comment.