aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/ref/05.stdout.xml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-19 14:40:15 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-19 14:40:15 +0000
commit563fc043d2ed88cc72b825e3916287f8a67545c2 (patch)
tree66b9dc80272558a25906255bea46641da10fa4b8 /c_parser/test/ref/05.stdout.xml
parent1802437f63e14c1128918c4e3a00f60fb97182d9 (diff)
downloadCompiler-563fc043d2ed88cc72b825e3916287f8a67545c2.tar.gz
Compiler-563fc043d2ed88cc72b825e3916287f8a67545c2.zip
Finished declarations completetly apart from curlies
Diffstat (limited to 'c_parser/test/ref/05.stdout.xml')
-rw-r--r--c_parser/test/ref/05.stdout.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/c_parser/test/ref/05.stdout.xml b/c_parser/test/ref/05.stdout.xml
index 7381e51..f4b306f 100644
--- a/c_parser/test/ref/05.stdout.xml
+++ b/c_parser/test/ref/05.stdout.xml
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<Program>
-<Function id="foo">
-<Parameter id="x" />
-<Parameter id="y" />
-<Scope>
-<Scope>
-</Scope>
-</Scope>
-</Function>
+ <Function id="foo">
+ <Parameter id="x" />
+ <Parameter id="y" />
+ <Scope>
+ <Scope>
+ </Scope>
+ </Scope>
+ </Function>
</Program>