mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 22:03:27 -05:00
[xml] colorizer tests
This commit is contained in:
20
extensions/xml/test/colorize-fixtures/test.xml
Normal file
20
extensions/xml/test/colorize-fixtures/test.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<project>
|
||||
<target name="jar">
|
||||
<mkdir dir="build/jar"/>
|
||||
<jar destfile="build/jar/HelloWorld.jar" basedir="build/classes">
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="oata.HelloWorld"/>
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
<!-- The stuff below was added for extra tokenizer testing -->
|
||||
<character id="Lucy">
|
||||
<hr:name>Lucy</hr:name>
|
||||
<hr:born>1952-03-03</hr:born>
|
||||
<qualification>bossy, crabby and selfish</qualification>
|
||||
</character>
|
||||
<VisualState.Setters>
|
||||
<Setter Target="inputPanel.Orientation" Value="Vertical"/>
|
||||
<Setter Target="inputButton.Margin" Value="0,4,0,0"/>
|
||||
</VisualState.Setters>
|
||||
</project>
|
||||
1828
extensions/xml/test/colorize-results/test_xml.json
Normal file
1828
extensions/xml/test/colorize-results/test_xml.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user