Skip to content

Commit 552d4a0

Browse files
committed
starting more work on the parser
1 parent a171492 commit 552d4a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

smile.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ int main()
124124
c.buffer[3] = 0;
125125
c.buffer[4] = 0x20;
126126

127-
if (smile_parse(&c)) {
127+
smile_stream *c2 = smile_stream_create(":)\na\x20");
128+
129+
if (smile_parse(c2)) {
128130
printf("failure\n");
129131
}
130132
else {

0 commit comments

Comments
 (0)