mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
raw strings with r'raw'
This commit is contained in:
parent
ebc50432c7
commit
6a0599b5f4
3 changed files with 28 additions and 13 deletions
|
@ -284,6 +284,6 @@ fn test_multi() {
|
|||
assert a[0][2] == 3
|
||||
assert a[1][2] == 6
|
||||
// TODO
|
||||
//b := [ [[1,2,3],[4,5,6]], [[1,2]] ]
|
||||
//assert b[0][0][0] == 1
|
||||
b := [ [[1,2,3],[4,5,6]], [[1,2]] ]
|
||||
assert b[0][0][0] == 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue