Skip to content

Commit

Permalink
Fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jan 18, 2025
1 parent 7436301 commit 5a01a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ jobs:
uses: ./
with:
version: "${{ matrix.version }}"
- name: Prepare file
run: echo '"Hello, World!" o' > hello-world.ua
- name: Validate command
run: |
uiua run hello-world.ua
[ "$(uiua run hello-world.ua)" = "Hello, World!" ] || exit 1
[ "$(uiua run hello-world.ua)" = '"Hello, World"' ] || exit 1
test-force:
name: Test force
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions hello-world.ua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
👋 ← ⊂"Hello, "
👋"World"

0 comments on commit 5a01a50

Please sign in to comment.