mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
fix test
This commit is contained in:
parent
e83fdd999e
commit
afa33a4710
@ -52,7 +52,7 @@ describe('Debugger', () => {
|
||||
it('should dump registers', () => {
|
||||
const regs = theDebugger.dumpRegisters();
|
||||
expect(regs).toEqual(
|
||||
'0000- A=00 X=00 Y=00 P=20 S=FF --------'
|
||||
'A=00 X=00 Y=00 P=20 S=FF --------'
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user