Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

func_excess_escapes.txt 810B

123456789
  1. W: 7: Anomalous backslash in string: '\['. String constant might be missing an r prefix.
  2. W: 7: Anomalous backslash in string: '\]'. String constant might be missing an r prefix.
  3. W: 8: Anomalous backslash in string: '\/'. String constant might be missing an r prefix.
  4. W: 9: Anomalous backslash in string: '\`'. String constant might be missing an r prefix.
  5. W: 15: Anomalous backslash in string: '\o'. String constant might be missing an r prefix.
  6. W: 15: Anomalous backslash in string: '\o'. String constant might be missing an r prefix.
  7. W: 17: Anomalous backslash in string: '\8'. String constant might be missing an r prefix.
  8. W: 17: Anomalous backslash in string: '\9'. String constant might be missing an r prefix.
  9. W: 27: Anomalous backslash in string: '\P'. String constant might be missing an r prefix.