Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit dff0008

Browse files
committed
Add test input files.
1 parent 432319c commit dff0008

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<results>
3+
<error file="bad.cpp" line="4" id="unreadVariable" severity="style" msg="Variable &apos;a&apos; is assigned a value that is never used."/>
4+
<error file="bad.cpp" line="4" id="arrayIndexOutOfBounds" severity="error" msg="Array &apos;a[10]&apos; accessed at index 10, which is out of bounds."/>
5+
</results>

tests/cppcheck-out-malformed.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is not an xml file.

0 commit comments

Comments
 (0)