Skip to content

Commit

Permalink
Update expected files
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Oct 27, 2023
1 parent 0847fab commit 08ccf9b
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 11 deletions.
1 change: 1 addition & 0 deletions test/files/end-of-file/expected_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/files/end-of-file/expected_representation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"End of file due to missing delimiter in solution file."
2 changes: 1 addition & 1 deletion test/files/end-of-file/mapping.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
2 changes: 1 addition & 1 deletion test/files/end-of-file/representation.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"End of file due to missing delimiter in solution file."
"End of file due to missing delimiter in solution file."
1 change: 1 addition & 0 deletions test/files/reader-error/expected_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/files/reader-error/expected_representation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"illegal sharp macro character: #\\<"
2 changes: 1 addition & 1 deletion test/files/reader-error/mapping.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
2 changes: 1 addition & 1 deletion test/files/reader-error/representation.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"illegal sharp macro character: #\\<"
"illegal sharp macro character: #\\<"
1 change: 1 addition & 0 deletions test/files/sharpsign-dot/expected_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions test/files/sharpsign-dot/expected_representation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"can't read #. while *READ-EVAL* is NIL"
2 changes: 1 addition & 1 deletion test/files/sharpsign-dot/mapping.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
2 changes: 1 addition & 1 deletion test/files/sharpsign-dot/representation.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"can't read #. while *READ-EVAL* is NIL"
"can't read #. while *READ-EVAL* is NIL"
1 change: 1 addition & 0 deletions test/files/two-fer/expected_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{":TWO-FER-0":":TWO-FER",":TWO-FER-1":":TWOFER",":TWO-FER-2":":CL",":TWO-FER-3":"TWOFER",":TWO-FER-4":"NAME"}
10 changes: 10 additions & 0 deletions test/files/two-fer/expected_representation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
((DEFPACKAGE :TWO-FER-0
(:EXPORT :TWO-FER-1)
(:USE :TWO-FER-2))
(IN-PACKAGE :TWO-FER-0)
(DEFUN :TWO-FER-3
((:REQUIRED NIL) (:OPTIONAL ((:TWO-FER-4 NIL NIL))) (:REST NIL)
(:KEYWORD NIL) (:AUX NIL) (:ALLOW-OTHER-KEYS NIL))
(:DOCSTRING NIL)
(:DECLARE NIL)
((FORMAT NIL "One for ~a, one for me." (OR :TWO-FER-4 "you")))))
2 changes: 1 addition & 1 deletion test/files/two-fer/mapping.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{":TWO-FER-0":":TWO-FER",":TWO-FER-1":":TWOFER",":TWO-FER-2":":CL",":TWO-FER-3":"TWOFER",":TWO-FER-4":"NAME"}
{":TWO-FER-0":":TWO-FER",":TWO-FER-1":":TWOFER",":TWO-FER-2":":CL",":TWO-FER-3":"TWOFER",":TWO-FER-4":"NAME"}
8 changes: 4 additions & 4 deletions test/files/two-fer/representation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
(:EXPORT :TWO-FER-1)
(:USE :TWO-FER-2))
(IN-PACKAGE :TWO-FER-0)
(DEFUN :TWO-FER-3 ((:REQUIRED NIL) (:OPTIONAL ((:TWO-FER-4 NIL NIL)))
(:REST NIL) (:KEYWORD NIL) (:AUX NIL)
(:ALLOW-OTHER-KEYS NIL))
(DEFUN :TWO-FER-3
((:REQUIRED NIL) (:OPTIONAL ((:TWO-FER-4 NIL NIL))) (:REST NIL)
(:KEYWORD NIL) (:AUX NIL) (:ALLOW-OTHER-KEYS NIL))
(:DOCSTRING NIL)
(:DECLARE NIL)
((FORMAT NIL "One for ~a, one for me." (OR :TWO-FER-4 "you")))))
((FORMAT NIL "One for ~a, one for me." (OR :TWO-FER-4 "you")))))

0 comments on commit 08ccf9b

Please sign in to comment.