-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Автотест, воспроизводящий ошибку с двойными кавычками в BE-Refal5 (#2)
- Loading branch information
Showing
4 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
$module Raw; | ||
|
||
|
||
$entry Check; | ||
$entry Make; | ||
|
||
$end Raw. |
16 changes: 16 additions & 0 deletions
16
Sources/Compiler/Tests/Refal5-double-quote.MP/~ROut/Raw.rout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
v ROUT3 Module Refal 0.1 | ||
r file Tests\Refal5-double-quote.MP\~ROut\Raw.rout | ||
|
||
b Entry::Raw::Make#28 | ||
c $Entry::Raw::Make#28$ { | ||
c = | ||
c "The quick brown fox jumps over the lazy dog" | ||
c "The quick brown fox jumps over the lazy dog" ; | ||
c } | ||
|
||
b Entry::Raw::Check#12 | ||
c $Entry::Raw::Check#12$ { | ||
c "The quick brown fox jumps over the lazy dog" = | ||
c ; | ||
c } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
$PROGRAM Tests::Refal5-double-quote; | ||
|
||
$IMPORT Raw; | ||
|
||
$ENTRY Go = <Raw::Check <Last <Raw::Make>>>; | ||
|
||
Last s.First s.Last = s.Last; | ||
|
||
$END Tests::Refal5-double-quote. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Tests/Refal5-double-quote.test: profile=R5 | ||
Tests/Refal5-double-quote.test: TESTFLAGS=+MP:Tests/Refal5-double-quote.MP |