Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
51c6f1dd
Commit
51c6f1dd
authored
Aug 31, 2015
by
Daniel Kochmański
Browse files
restruct: move string tests to separate directory
Signed-off-by:
Daniel Kochmański
<
daniel@turtleware.eu
>
parent
c3539cc0
Changes
18
Hide whitespace changes
Inline
Side-by-side
load-strings.lsp
View file @
51c6f1dd
;;; Tests of strings
(load "char-schar.lsp")
(load "string.lsp")
(load "base-string.lsp")
(load "simple-string.lsp")
(load "simple-base-string.lsp")
(load "simple-string-p.lsp")
(load "stringp.lsp")
(load "string-upcase.lsp")
(load "string-downcase.lsp")
(load "string-capitalize.lsp")
(load "nstring-upcase.lsp")
(load "nstring-downcase.lsp")
(load "nstring-capitalize.lsp")
(load "string-trim.lsp")
(load "string-left-trim.lsp")
(load "string-right-trim.lsp")
(load "
strings/
char-schar.lsp")
(load "
strings/
string.lsp")
(load "
strings/
base-string.lsp")
(load "
strings/
simple-string.lsp")
(load "
strings/
simple-base-string.lsp")
(load "
strings/
simple-string-p.lsp")
(load "
strings/
stringp.lsp")
(load "
strings/
string-upcase.lsp")
(load "
strings/
string-downcase.lsp")
(load "
strings/
string-capitalize.lsp")
(load "
strings/
nstring-upcase.lsp")
(load "
strings/
nstring-downcase.lsp")
(load "
strings/
nstring-capitalize.lsp")
(load "
strings/
string-trim.lsp")
(load "
strings/
string-left-trim.lsp")
(load "
strings/
string-right-trim.lsp")
;;; Tests of string comparison functions
(compile-and-load "string-aux.lsp")
(load "string-comparisons.lsp")
(load "make-string.lsp")
\ No newline at end of file
(load "strings/string-comparisons.lsp")
(load "strings/make-string.lsp")
char-schar.lsp
→
strings/
char-schar.lsp
View file @
51c6f1dd
File moved
make-string.lsp
→
strings/
make-string.lsp
View file @
51c6f1dd
File moved
nstring-capitalize.lsp
→
strings/
nstring-capitalize.lsp
View file @
51c6f1dd
File moved
nstring-downcase.lsp
→
strings/
nstring-downcase.lsp
View file @
51c6f1dd
File moved
nstring-upcase.lsp
→
strings/
nstring-upcase.lsp
View file @
51c6f1dd
File moved
search-string.lsp
→
strings/
search-string.lsp
View file @
51c6f1dd
File moved
simple-base-string.lsp
→
strings/
simple-base-string.lsp
View file @
51c6f1dd
File moved
simple-string-p.lsp
→
strings/
simple-string-p.lsp
View file @
51c6f1dd
File moved
simple-string.lsp
→
strings/
simple-string.lsp
View file @
51c6f1dd
File moved
string-capitalize.lsp
→
strings/
string-capitalize.lsp
View file @
51c6f1dd
File moved
string-comparisons.lsp
→
strings/
string-comparisons.lsp
View file @
51c6f1dd
File moved
string-downcase.lsp
→
strings/
string-downcase.lsp
View file @
51c6f1dd
File moved
string-left-trim.lsp
→
strings/
string-left-trim.lsp
View file @
51c6f1dd
File moved
string-right-trim.lsp
→
strings/
string-right-trim.lsp
View file @
51c6f1dd
File moved
string-trim.lsp
→
strings/
string-trim.lsp
View file @
51c6f1dd
File moved
string-upcase.lsp
→
strings/
string-upcase.lsp
View file @
51c6f1dd
File moved
stringp.lsp
→
strings/
stringp.lsp
View file @
51c6f1dd
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment