Pārlūkot izejas kodu

[Minor] Add one more test

tags/2.0
Vsevolod Stakhov pirms 5 gadiem
vecāks
revīzija
b8e108bc9c
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5
    0
      test/lua/unit/quoted_printable.lua

+ 5
- 0
test/lua/unit/quoted_printable.lua Parādīt failu

@@ -73,6 +73,11 @@ context("Quoted-Printable encoding", function()
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=\r\nx=20',
'Exactly 77 chars of which the last one is a space'
},
{
'fdafadsf\r\n-- • Test\r\n',
'fdafadsf\r\n-- =E2=80=A2 Test\r\n',
'Newlines',
},
}
for _,c in ipairs(cases) do
test("QP sanity test case: " .. c[3], function()

Notiek ielāde…
Atcelt
Saglabāt