From 5c01f256df98dfe94b0c62323f94c1bcdcc3679d Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Fri, 31 Aug 2018 09:26:23 -0500 Subject: Escape name section ids in binary format reading/writing to be WebAssembly spec compatible. (#1646) --- test/complexTextNames.wast.fromBinary | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/complexTextNames.wast.fromBinary (limited to 'test/complexTextNames.wast.fromBinary') diff --git a/test/complexTextNames.wast.fromBinary b/test/complexTextNames.wast.fromBinary new file mode 100644 index 000000000..e50a9134d --- /dev/null +++ b/test/complexTextNames.wast.fromBinary @@ -0,0 +1,11 @@ +(module + (type $0 (func)) + (export "$zoo (.bar)" (func $1)) + (func $foo\20\28.bar\29 (; 0 ;) (type $0) + (nop) + ) + (func $1 (; 1 ;) (type $0) + (call $foo\20\28.bar\29) + ) +) + -- cgit v1.2.3