mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Add test for constant aliases and text trailing space removal
This commit is contained in:
parent
bc41dd1dd2
commit
db8ae03927
4 changed files with 42 additions and 0 deletions
12
test/results/text strip trailing space.ans
Normal file
12
test/results/text strip trailing space.ans
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--# run #--
|
||||
--- text ---
|
||||
| {}"" {}"a" {}" == " {}"a" {}"" |
|
||||
| {}"" {}"a" {}" == " {}"a" {}"" |
|
||||
| {}"" {}"a" {}" == " {}"a" {}"" |
|
||||
| {}"" {}"a" {}" == " {}"a" {}"" |
|
||||
| {}"" {}" a" {}" == " {}" a" {}"" |
|
||||
| {}"" {}"a " {}" == " {}"a " {}"" |
|
||||
--- return ---
|
||||
()
|
||||
--# saved #--
|
||||
{}
|
||||
Loading…
Add table
Add a link
Reference in a new issue