re GNATS java.io/141 (StreamTokenizer doesn't scan mixed token types correctly)
2000-03-05 Anthony Green <green@redhat.com> * libjava.lang/PR141.java: New file. * libjava.lang/PR141.out: New file. For PR java.io/141. From-SVN: r32352
This commit is contained in:
parent
4d54cfecc3
commit
8cf870df7b
3 changed files with 55 additions and 0 deletions
8
libjava/testsuite/libjava.lang/PR141.out
Normal file
8
libjava/testsuite/libjava.lang/PR141.out
Normal file
|
@ -0,0 +1,8 @@
|
|||
(
|
||||
[TT_WORD]: a
|
||||
)
|
||||
[TT_NUMBER]: 0.0
|
||||
(
|
||||
[TT_WORD]: b
|
||||
)
|
||||
[TT_EOF]
|
Loading…
Add table
Add a link
Reference in a new issue