File: int.xml

package info (click to toggle)
mauve 20090924-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 27,152 kB
  • ctags: 22,350
  • sloc: java: 237,216; sh: 2,834; xml: 208; makefile: 64
file content (17 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?> 

<!--
    test data for intTest
-->

<java>
	<int>54321</int>
	
	<int>-54321</int>
	
	<!-- Integer.MIN_VALUE -->
	<int>-2147483648</int>
	
	<!-- Integer.MAX_VALUE -->
	<int>2147483647</int>
</java>