Merge branch 'rc/1.19' into merge-rc

This commit is contained in:
Tom Hvitved
2019-03-12 17:34:44 +01:00
4 changed files with 15630 additions and 37 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
| Test passed |

View File

@@ -0,0 +1,9 @@
import csharp
from StringLiteral ascii, StringLiteral utf8
where
ascii.getValue().length() = 1048576 and
// UTF8 encoding can vary a little from platform to platform
utf8.getValue().length() > 440000 and
utf8.getValue().length() < 450000
select "Test passed"