Skip to content
Snippets Groups Projects
Commit 86cf124d authored by Fabien Delecroix's avatar Fabien Delecroix
Browse files

coquille test manque \n

parent 2781f429
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ Faîtes en sorte qu'elle soit bien envoyée par l'observable.
Pour ce faire, on va bien sûr éviter d'aller lire sur l'entrée standard...
À la place, on pourra donner un flux d'entrée vers une chaîne de caractères, par exemple
```java
String text = "abc\ndef";
String text = "abc\ndef\n";
InputStream is = new ByteArrayInputStream(text.getBytes());
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment