Skip to content

Commit

Permalink
Fixed errors in profile resolution top-level tests based on content e…
Browse files Browse the repository at this point in the history
…rrors.
  • Loading branch information
david-waltermire authored and aj-stein-nist committed Sep 28, 2023
1 parent a8ad3f3 commit e9de10b
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 24 deletions.
9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ target/
/archive
/roundtrip
/svrl
# Produced by bundler
/docs/.bundle
/docs/vendor
# Produced in CircleCI build
/.skipbuild
/.runbuild
# Generated by scripts
.metaschema-cache
# generated by Hugo
Expand All @@ -46,6 +40,7 @@ target/
# generated by Hugo
/docs/resources
/docs/public
/docs/.hugo_build.lock
# generated by NodeJS
/docs/node_modules
# generated by /build/ci-cd/generate-specification-documentation.sh
Expand All @@ -58,3 +53,5 @@ node_modules/
# Files build by CI/CD
/docs/content/documentation/specification/processing/profile-resolution.html
/docs/scratch-dir
/.skipbuild
/.runbuild
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@
<control id="c3.a">
<title>Control C3-A</title>
<prop name="label" value="10th"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-stmt">
<p>C3 A ccccc cccccccccccccc.</p>
</part>
<control id="c3.a-1">
<title>Control C3-A-1</title>
<prop name="label" value="11th"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-1-stmt">
<p>C3 A-1 ccccc cccccccccccccc.</p>
</part>
</control>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
<control id="c3.a">
<title>Control C3-A</title>
<prop name="label" value="tenth"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-stmt">
<p>C3 A ccccc cccccccccccccc.</p>
</part>
<control id="c3.a-1">
<title>Control C3-A-1</title>
<prop name="label" value="eleventh"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-1-stmt">
<p>C3 A-1 ccccc cccccccccccccc.</p>
</part>
</control>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,14 @@
<title>Control C3-A</title>
<prop name="label"
value="tenth" />
<part name="statement"
id="c3-stmt">
<part name="statement" id="c3.a-stmt">
<p>C3 A ccccc cccccccccccccc.</p>
</part>
</control>
<control id="c3.a-1">
<title>Control C3-A-1</title>
<prop name="label"
value="eleventh" />
<part name="statement"
id="c3-stmt">
<prop name="label" value="eleventh" />
<part name="statement" id="c3.a-1-stmt">
<p>C3 A-1 ccccc cccccccccccccc.</p>
</part>
</control>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
<control id="c3.a">
<title>Control C3-A</title>
<prop name="label" value="tenth"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-stmt">
<p>C3 A ccccc cccccccccccccc.</p>
</part>
</control>
<control id="c3.a-1">
<title>Control C3-A-1</title>
<prop name="label" value="eleventh"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-1-stmt">
<p>C3 A-1 ccccc cccccccccccccc.</p>
</part>
</control>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@
<control id="c3.a">
<title>Control C3-A</title>
<prop name="label" value="10th"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-stmt">
<p>C3 A ccccc cccccccccccccc.</p>
</part>
</control>
<control id="c3.a-1">
<title>Control C3-A-1</title>
<prop name="label" value="11th"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-1-stmt">
<p>C3 A-1 ccccc cccccccccccccc.</p>
</part>
</control>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@
<control id="c3.a">
<title>Control C3-A</title>
<prop name="label" value="10th"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-stmt">
<p>C3 A ccccc cccccccccccccc.</p>
</part>
<control id="c3.a-1">
<title>Control C3-A-1</title>
<prop name="label" value="11th"/>
<part name="statement" id="c3-stmt">
<part name="statement" id="c3.a-1-stmt">
<p>C3 A-1 ccccc cccccccccccccc.</p>
</part>
</control>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<prop name="label"
value="tenth" />
<part name="statement"
id="c3-stmt">
id="c3.a-stmt">
<p>C3 A ccccc cccccccccccccc.</p>
</part>
</control>
Expand All @@ -56,7 +56,7 @@
<prop name="label"
value="eleventh" />
<part name="statement"
id="c3-stmt">
id="c3.a-1-stmt">
<p>C3 A-1 ccccc cccccccccccccc.</p>
</part>
</control>
Expand Down

0 comments on commit e9de10b

Please sign in to comment.