Skip to content

Commit

Permalink
Fix expectations of corresponding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed Sep 17, 2023
1 parent cfa009d commit a52431c
Show file tree
Hide file tree
Showing 15 changed files with 89 additions and 546 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,8 @@
"rename=alias",
[
[
"WordAssignmentWord",
[
[
"Name",
"rename"
],
[
"Word",
"alias",
[
[
"WordLiteral",
"alias"
]
]
]
]
"WordLiteral",
"rename=alias"
]
]
]
Expand Down Expand Up @@ -109,23 +94,8 @@
"time=date",
[
[
"WordAssignmentWord",
[
[
"Name",
"time"
],
[
"Word",
"date",
[
[
"WordLiteral",
"date"
]
]
]
]
"WordLiteral",
"time=date"
]
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,8 @@
"show=echo",
[
[
"WordAssignmentWord",
[
[
"Name",
"show"
],
[
"Word",
"echo",
[
[
"WordLiteral",
"echo"
]
]
]
]
"WordLiteral",
"show=echo"
]
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,18 @@
"ls='ls -h -t -l'",
[
[
"WordAssignmentWord",
"WordLiteral",
"ls="
],
[
"WordSingleQuoted",
[
"Word",
"ls -h -t -l",
[
"Name",
"ls"
],
[
"Word",
"'ls -h -t -l'",
[
[
"WordSingleQuoted",
[
"Word",
"ls -h -t -l",
[
[
"WordLiteral",
"ls -h -t -l"
]
]
]
]
"WordLiteral",
"ls -h -t -l"
]
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,8 @@
"titi=TITI",
[
[
"WordAssignmentWord",
[
[
"Name",
"titi"
],
[
"Word",
"TITI",
[
[
"WordLiteral",
"TITI"
]
]
]
]
"WordLiteral",
"titi=TITI"
]
]
]
Expand All @@ -71,23 +56,8 @@
"toto=TOTO",
[
[
"WordAssignmentWord",
[
[
"Name",
"toto"
],
[
"Word",
"TOTO",
[
[
"WordLiteral",
"TOTO"
]
]
]
]
"WordLiteral",
"toto=TOTO"
]
]
]
Expand Down Expand Up @@ -143,23 +113,8 @@
"tata=TATA",
[
[
"WordAssignmentWord",
[
[
"Name",
"tata"
],
[
"Word",
"TATA",
[
[
"WordLiteral",
"TATA"
]
]
]
]
"WordLiteral",
"tata=TATA"
]
]
]
Expand All @@ -180,23 +135,8 @@
"tutu=TUTU",
[
[
"WordAssignmentWord",
[
[
"Name",
"tutu"
],
[
"Word",
"TUTU",
[
[
"WordLiteral",
"TUTU"
]
]
]
]
"WordLiteral",
"tutu=TUTU"
]
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,8 @@
"show=echo",
[
[
"WordAssignmentWord",
[
[
"Name",
"show"
],
[
"Word",
"echo",
[
[
"WordLiteral",
"echo"
]
]
]
]
"WordLiteral",
"show=echo"
]
]
]
Expand All @@ -73,23 +58,8 @@
"list=ls",
[
[
"WordAssignmentWord",
[
[
"Name",
"list"
],
[
"Word",
"ls",
[
[
"WordLiteral",
"ls"
]
]
]
]
"WordLiteral",
"list=ls"
]
]
]
Expand All @@ -99,23 +69,8 @@
"coocoo=kiki",
[
[
"WordAssignmentWord",
[
[
"Name",
"coocoo"
],
[
"Word",
"kiki",
[
[
"WordLiteral",
"kiki"
]
]
]
]
"WordLiteral",
"coocoo=kiki"
]
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,29 +51,18 @@
"x='echo '",
[
[
"WordAssignmentWord",
"WordLiteral",
"x="
],
[
"WordSingleQuoted",
[
"Word",
"echo ",
[
"Name",
"x"
],
[
"Word",
"'echo '",
[
[
"WordSingleQuoted",
[
"Word",
"echo ",
[
[
"WordLiteral",
"echo "
]
]
]
]
"WordLiteral",
"echo "
]
]
]
Expand Down Expand Up @@ -126,29 +115,18 @@
"z='a '",
[
[
"WordAssignmentWord",
"WordLiteral",
"z="
],
[
"WordSingleQuoted",
[
"Word",
"a ",
[
"Name",
"z"
],
[
"Word",
"'a '",
[
[
"WordSingleQuoted",
[
"Word",
"a ",
[
[
"WordLiteral",
"a "
]
]
]
]
"WordLiteral",
"a "
]
]
]
Expand Down
Loading

0 comments on commit a52431c

Please sign in to comment.