fix operators after ?

This commit is contained in:
2018-05-02 10:38:23 +02:00
parent ec0b33f1bb
commit 4e30b97c99
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ x=1-1?0?1:2:3?4:5
x=1-1?0?1:2:3-3?4:5
# $(x) should be: 5
x=0?; 1?; 2?; -4?
# $(x) should be: 0; 1; 1; 1
x=0?; 1?; 2?; -4?; 3?+1
# $(x) should be: 0; 1; 1; 1; 4
x=a030b a(030)b a( 030 )b "a"030"b" a(%x 030)b
# $(x) should be: a030b a24b a24b a24b a18b