079_quoted_identifiers.patch 264 B

123456789101112
  1. 23,24c23,24
  2. < const 55_cows: i32 = 55;
  3. < const isn't true: bool = false;
  4. ---
  5. > const @"55_cows": i32 = 55;
  6. > const @"isn't true": bool = false;
  7. 27,28c27,28
  8. < 55_cows,
  9. < isn't true,
  10. ---
  11. > @"55_cows",
  12. > @"isn't true",