This commit is contained in:
syuilo 2018-03-10 21:48:20 +09:00
parent 3a9b0cce4a
commit 8281249806
2 changed files with 28 additions and 4 deletions

View file

@ -815,3 +815,22 @@ export const test2: Map = {
'-w--b-'
]
};
export const test3: Map = {
name: 'Test3',
category: 'Test',
data: [
'-w-',
'--w',
'w--',
'-w-',
'--w',
'w--',
'-w-',
'--w',
'w--',
'-w-',
'---',
'b--',
]
};