1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Enforcing string start/end check. See #1687

This commit is contained in:
Federico Fissore
2013-11-16 14:39:50 +01:00
parent 139dd6bf6a
commit e6698e4baa
3 changed files with 48 additions and 21 deletions

View File

@ -1,6 +1,10 @@
void setup() {
// put your setup code here, to run once:
// "comment with a double quote
/* \" other comment with double quote */
Serial.println("Accept: */*");
Serial.println("Accept: \" */*");
Serial.println("Accept: \\"); // */*");
}
void loop() {

View File

@ -1,6 +1,10 @@
void setup() {
Serial.println( );
Serial.println( );
Serial.println( );
}
void loop() {