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:
committed by
Anthony Green
parent
4d54cfecc3
commit
8cf870df7b
@@ -0,0 +1,8 @@
|
||||
(
|
||||
[TT_WORD]: a
|
||||
)
|
||||
[TT_NUMBER]: 0.0
|
||||
(
|
||||
[TT_WORD]: b
|
||||
)
|
||||
[TT_EOF]
|
||||
Reference in New Issue
Block a user