Merge pull request #9785 from hercules-ci/test-substring-negative

tests/functional/lang: Test substring with negative length
This commit is contained in:
Eelco Dolstra 2024-01-16 13:08:07 +01:00 committed by GitHub
commit 86156d05dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
"ooxfoobarybarzobaabbc"
"ooxfoobarybarzobaabbc_bad"

View File

@ -19,3 +19,5 @@ substring 1 2 s
+ substring 3 1 s
+ "c"
+ substring 5 10 "perl"
+ "_"
+ substring 3 (-1) "tebbad"