Skip to content

Commit

Permalink
testing code against text
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzimorris committed Dec 5, 2013
1 parent 302362f commit f92eb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/chars/src/com/colloquial/chars/FragmentsChars.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ void frag8() {
void frag9() {
/*x FragmentsChars.9 */
\u0069\u006E\u0074\u0020\u006E\u0020\u003D\u0020\u0031\u003B
/*x*/
}
/*x*/
}

void frag10() {
/*x FragmentsChars.10 */
Expand Down
2 changes: 0 additions & 2 deletions src/intro/src/com/colloquial/intro/ConfigTest.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package com.colloquial.intro;
import java.io.PrintStream;
public class ConfigTest {
public static void main(String[] args) throws Exception {
/*x ConfigTest.1*/
System.setOut(new PrintStream(System.out,true,"UTF-8"));
byte[] bs = "small a: a\n".getBytes("UTF-8");
System.out.write(bs,0,bs.length);
bs = "small a with grave accent: \u00E0\n".getBytes("UTF-8");
Expand Down

0 comments on commit f92eb14

Please sign in to comment.