This commit is contained in:
Matthew Hooker 2018-04-19 17:07:58 -07:00
parent 7e9af8247a
commit b5a97e468f
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ func Test_pcxtSpecialOnOff(t *testing.T) {
func Test_pcxtSpecial(t *testing.T) {
in := "<left>"
expected := []string{"0e", "4b", "e0", "cb"}
expected := []string{"e0", "4b", "e0", "cb"}
var codes []string
sendCodes := func(c []string) error {
codes = c