Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/GP-0_FixEquateTest'
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidra1 committed May 3, 2022
2 parents 8b136ec + b0eb1f2 commit d003cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public void testEquate_convertChar() {
convertToken(EquateSymbol.FORMAT_HEX);
line = getLineContaining("x2e");
setDecompilerLocation(line.getLineNumber(), line.getText().indexOf("x2e"));
verifyMatch("0x2E", "'\\x2e'", 0x1003db9, true);
verifyMatch("0x2E", "0x2e", 0x1003db9, true);
}

@Test
Expand Down

0 comments on commit d003cf5

Please sign in to comment.