mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Fix array assembling bug
This commit is contained in:
@@ -572,7 +572,7 @@ impl<'a> Assembler for AssemblerData<'a> {
|
||||
}
|
||||
|
||||
if next == "]" {
|
||||
self.pos.next(); // TODO: Assert whitespace
|
||||
self.parse_optional_whitespace();
|
||||
self.output.push(ValueType::End as u8);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user