Skip to content

Commit

Permalink
Add case.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Oct 26, 2023
1 parent 1945f45 commit 877204a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tests/02-core/04-misc/01-vals/expect.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Length: 9

### stdout
```
Result: '"' $'\'' ';' '&' '|' '$' '?' '!' '*' '`' '#' % '^' '\' ','
Length: 15
Result: '"' $'\'' ';' '&' '|' '$' '?' '!' '*' '`' '#' % '^' '\' ',' '~'
Length: 16
0: "
1: '
Expand All @@ -145,6 +145,7 @@ Length: 15
12: ^
13: \
14: ,
15: ~
```

### exit: 0
Expand Down
2 changes: 1 addition & 1 deletion tests/02-core/04-misc/01-vals/run
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ call-and-log-as-test 'non-alphanumeric non-special characters as arguments' \
call-vals '@' '%' '_' '-' '+' '=' ':' '.' '/'

call-and-log-as-test 'special characters (non-bracket-ish) as arguments' \
call-vals '"' "'" ';' '&' '|' '$' '?' '!' '*' '`' '#' '%' '^' '\' ','
call-vals '"' "'" ';' '&' '|' '$' '?' '!' '*' '`' '#' '%' '^' '\' ',' '~'

call-and-log-as-test 'special characters (bracket-ish) as arguments' \
call-vals '[' ']' '{' '}' '(' ')' '<' '>'
Expand Down

0 comments on commit 877204a

Please sign in to comment.