forked from mirror/vulkan-zig
Fix parse error
This commit is contained in:
@@ -391,7 +391,7 @@ fn tryParseCharData(ctx: *ParseContext, alloc: *Allocator) !?[]const u8 {
|
|||||||
|
|
||||||
while (ctx.peek()) |ch| {
|
while (ctx.peek()) |ch| {
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
'<', '>' => break,
|
'<' => break,
|
||||||
else => _ = ctx.consumeNoEof()
|
else => _ = ctx.consumeNoEof()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user