Remove tickbox and make 0x comma an option

This commit is contained in:
Andy Wang 2020-01-18 13:55:32 +00:00
parent 9a3464a5ec
commit 293a95e938
2 changed files with 36 additions and 30 deletions

View file

@ -10,8 +10,7 @@ TestRegister.addTests([
"op": "To Hex",
"args": [
"None",
0,
false
0
]
},
]
@ -25,8 +24,7 @@ TestRegister.addTests([
"op": "To Hex",
"args": [
"Colon",
0,
false
0
]
}
]
@ -39,9 +37,8 @@ TestRegister.addTests([
{
"op": "To Hex",
"args": [
"0x",
0,
true
"0x with comma",
0
]
}
]
@ -54,9 +51,8 @@ TestRegister.addTests([
{
"op": "To Hex",
"args": [
"0x",
4,
true
"0x with comma",
4
]
}
]