]> git.proxmox.com Git - mirror_qemu.git/blame - tests/decode/err_pattern_group_nest1.decode
tests/decode: Test non-overlapping groups
[mirror_qemu.git] / tests / decode / err_pattern_group_nest1.decode
CommitLineData
33c0f25b
RH
1# This work is licensed under the terms of the GNU LGPL, version 2 or later.
2# See the COPYING.LIB file in the top-level directory.
3
4%sub1 0:8
5%sub2 8:8
6
7# Make sure braces are matched
8{
9 top 00000000 00000000 00000000 00000000
10 [
11 sub1 00000000 00000000 00000000 ........ %sub1
12 sub2 00000000 00000000 ........ ........ %sub1 %sub2
13 }
14}