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:
Anthony Green 2000-03-06 03:48:33 +00:00 committed by Anthony Green
parent 4d54cfecc3
commit 8cf870df7b
3 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,8 @@
(
[TT_WORD]: a
)
[TT_NUMBER]: 0.0
(
[TT_WORD]: b
)
[TT_EOF]