File: short.xml

package info (click to toggle)
mauve 20120103-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 28,504 kB
  • sloc: java: 250,155; sh: 2,834; xml: 208; makefile: 66
file content (16 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?> 

<!--
    test data for integerTest
-->
<java>
	<short>16000</short>
	
	<short>-16000</short>
	
	<!-- Short.MIN_VALUE -->
	<short>-32768</short>
	
	<!-- Short.MAX_VALUE -->
	<short>32767</short>
</java>