Skip to content

Commit

Permalink
More tests and update expected file
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed May 9, 2023
1 parent 5ca22ee commit fc4d7f0
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 53 deletions.
8 changes: 8 additions & 0 deletions tests/good/2.6-word-expansions/2.6.1-tilde-prefix/login.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
echo ~knuth/foo/bar
echo ~kn:~/bin:~darkvador/secret
echo ~kn:/bonjour:~/bonsoir:and/this/one
echo /bonjour:~kn:~/bonsoir:and/this/one

W=~knuth/foo/bar
X=~kn:~/bin:~darkvador/secret
Y=~kn:/bonjour:~/bonsoir:and/this/one
Z=/bonjour:~kn:~/bonsoir:and/this/one

echo W=~knuth/foo/bar
echo X=~kn:~/bin:~darkvador/secret
echo Y=~kn:/bonjour:~/bonsoir:and/this/one
echo Z=/bonjour:~kn:~/bonsoir:and/this/one
Loading

0 comments on commit fc4d7f0

Please sign in to comment.