test-framework: Changing the template html < and > to lt/gt entities

Some xpath parsers get confused by the explicit < and > characters.

Signed-off-by: Mateusz Kozlowski <mateusz.kozlowski@solidigm.com>
This commit is contained in:
Mateusz Kozlowski 2023-03-31 10:51:31 +02:00
parent f11d3e3694
commit a7a87fc83c
2 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@
<option style="background-color: white; color: black" value="debug">Debug</option> <option style="background-color: white; color: black" value="debug">Debug</option>
</select> </select>
<b>Errors: </b> <b>Errors: </b>
<button onclick="previousError()"><</button> <button onclick="previousError()">&lt;</button>
<select id="error-list-selector" onchange="errorSelected('error-list-selector')"> <select id="error-list-selector" onchange="errorSelected('error-list-selector')">
<option value="top" class="empty">-empty-</option> <option value="top" class="empty">-empty-</option>
</select> </select>
<button onclick="nextError()">></button> <button onclick="nextError()">&gt;</button>
</div> </div>
<br/> <br/>
<a name="top"><h1 class="iteration-title" style="border-bottom: 4px solid rgba(255, 0, 0, 1)">[title]</h1></a> <a name="top"><h1 class="iteration-title" style="border-bottom: 4px solid rgba(255, 0, 0, 1)">[title]</h1></a>

View File

@ -18,11 +18,11 @@
<option style="background-color: white; color: black" value="debug">Debug</option> <option style="background-color: white; color: black" value="debug">Debug</option>
</select> </select>
<b>Errors: </b> <b>Errors: </b>
<button onclick="previousError()"><</button> <button onclick="previousError()">&lt;</button>
<select id="error-list-selector" onchange="errorSelected('error-list-selector')"> <select id="error-list-selector" onchange="errorSelected('error-list-selector')">
<option value="top">-empty-</option> <option value="top">-empty-</option>
</select> </select>
<button onclick="nextError()">></button> <button onclick="nextError()">&gt;</button>
</div> </div>
<br/> <br/>
<a name="top"> <a name="top">