Skip to content

Commit

Permalink
Merge pull request #8 from xjahod06/int-only-xml-structures
Browse files Browse the repository at this point in the history
2 new tests
  • Loading branch information
jk8 committed Apr 5, 2020
2 parents 1304057 + eb692c3 commit 242b4bc
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions interpret-only/xml_structure/arg_attrib.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello
13 changes: 13 additions & 0 deletions interpret-only/xml_structure/arg_attrib.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<program language="IPPcode20" name="Stack test">
<instruction order="1" opcode="DEFVAR">
<arg1 type="var" typ="var">GF@val</arg1>
</instruction>
<instruction order="2" opcode="MOVE">
<arg2 type="string">Hello</arg2>
<arg1 type="var">GF@val</arg1>
</instruction>
<instruction order="3" opcode="WRITE">
<arg1 type="var">GF@val</arg1>
</instruction>
</program>
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions interpret-only/xml_structure/instruction_attrib.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello
1 change: 1 addition & 0 deletions interpret-only/xml_structure/instruction_attrib.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
13 changes: 13 additions & 0 deletions interpret-only/xml_structure/instruction_attrib.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<program language="IPPcode20" name="Stack test">
<instruction order="1" opcode="DEFVAR" name="DEFVAR">
<arg1 type="var">GF@val</arg1>
</instruction>
<instruction order="2" opcode="MOVE">
<arg1 type="var">GF@val</arg1>
<arg2 type="string">Hello</arg2>
</instruction>
<instruction order="3" opcode="WRITE">
<arg1 type="var">GF@val</arg1>
</instruction>
</program>
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 242b4bc

Please sign in to comment.