mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-23 12:58:31 +00:00
Mop up more test regressions
This commit is contained in:
parent
4a8a81eb9f
commit
802e7eb4ef
6 changed files with 14 additions and 13 deletions
|
@ -16,15 +16,15 @@
|
|||
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
|
||||
│ PERFORMANCE OF THIS SOFTWARE. │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "tool/build/lib/pty.h"
|
||||
#include "libc/log/log.h"
|
||||
#include "libc/mem/mem.h"
|
||||
#include "libc/mem/gc.internal.h"
|
||||
#include "libc/mem/mem.h"
|
||||
#include "libc/stdio/stdio.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/str/unicode.h"
|
||||
#include "libc/testlib/ezbench.h"
|
||||
#include "libc/testlib/testlib.h"
|
||||
#include "libc/str/unicode.h"
|
||||
#include "tool/build/lib/pty.h"
|
||||
|
||||
char *render(struct Pty *pty) {
|
||||
static struct Buffer b;
|
||||
|
@ -210,7 +210,7 @@ TEST(pty, testLongestPossibleCharacter) {
|
|||
EXPECT_STREQ("\e[1;2;4;7;5;9m"
|
||||
"𝒉"
|
||||
"\e[22;24;27;25;29;38;2;255;255;255;48;2;255;255;255m"
|
||||
"\377\277\277\277\277\277"
|
||||
" "
|
||||
"\e[0m▂ "
|
||||
" ",
|
||||
b.p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue