Fix Bug 411062: typo of 'true'. Modify unit test to cover exercising the code. Update testscour.py for new indent_type option.
This commit is contained in:
parent
e17d3b8526
commit
5f5c8a431d
3 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:vector="http://www.w3.org/2000/svg">
|
||||
<rect height="300" width="300"/>
|
||||
<svg:rect height="200" width="200"/>
|
||||
<svg:rect height="200" width="200">
|
||||
<title>Test</title>
|
||||
</svg:rect>
|
||||
<vector:rect height="100" width="100"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 330 B |
Loading…
Add table
Add a link
Reference in a new issue