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:
@ -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() {
|
||||
|
@ -1,6 +1,10 @@
|
||||
void setup() {
|
||||
|
||||
|
||||
|
||||
Serial.println( );
|
||||
Serial.println( );
|
||||
Serial.println( );
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Reference in New Issue
Block a user