jdk/test/java/io/StreamTokenizer/input.txt
author martin
Tue, 15 Sep 2015 21:56:04 -0700
changeset 32649 2ee9017c7597
parent 2 90ce3da70b43
permissions -rw-r--r--
8136583: Core libraries should use blessed modifier order Summary: Run blessed-modifier-order script (see bug) Reviewed-by: psandoz, chegar, alanb, plevart
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/* Error1: not recognizing slashStar comment */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
/* Error2 : not recognizing
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 * Error2: slashStar
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * Error2: comments
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
// Error3: not recognizing slashSlash comments
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
/ Error4: not recognizing slash comments