1
0
mirror of https://github.com/emkay/parser-6502.git synced 2025-09-15 22:24:27 +00:00

new line fixes

This commit is contained in:
Michael Matuzak
2016-10-11 17:01:15 -07:00
parent 353bab4dfd
commit 3a52f4399c
8 changed files with 48 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ tap.test('should parse the basics', (t) => {
]
},
{
label: 'RESET:'
label: 'RESET'
}
])
})