projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
928c1d7
)
SORT VARIABLES: Add test case for case sensitivity.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 1 Mar 2024 18:45:23 +0000
(10:45 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 1 Mar 2024 18:45:23 +0000
(10:45 -0800)
tests/language/commands/sort-variables.at
patch
|
blob
|
history
diff --git
a/tests/language/commands/sort-variables.at
b/tests/language/commands/sort-variables.at
index 8d012576bfe3eb75100bee3a901993464bd74188..49048d71a49ff2d093004c7b467919af5bfd7f32 100644
(file)
--- a/
tests/language/commands/sort-variables.at
+++ b/
tests/language/commands/sort-variables.at
@@
-46,6
+46,7
@@
Name
}
test_sort 'x100 c b x99 a y400 y5' '' NAME 'a b c x99 x100 y5 y400'
+test_sort 'a c e B D F' '' NAME 'a B c D e F'
test_sort 'c(a10) a(a5) b' '' TYPE 'b a c'
test_sort 'a (datetime) b (f) c (a5) d (a2) e (a1)' '' FORMAT 'e d c b a'
test_sort 'a b c' \