From: nagachika00@... Date: 2021-05-22T07:47:57+00:00 Subject: [ruby-core:103970] [Ruby master Bug#17861] Also `\U` after control/meta should be invalid as well as `\u` Issue #17861 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.6: REQUIRED, 2.7: REQUIRED, 3.0: REQUIRED to 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE ruby_3_0 af9de56c6fde7f9adb81d6ed0ef3067af81f90e5 merged revision(s) 110f242ef9b495037f59e4972ee102a8b8b372d5. ---------------------------------------- Bug #17861: Also `\U` after control/meta should be invalid as well as `\u` https://bugs.ruby-lang.org/issues/17861#change-92103 * Author: nobu (Nobuyoshi Nakada) * Status: Closed * Priority: Normal * Backport: 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE ---------------------------------------- `"\c\u0000"` is a syntax error but not `"\c\U0000"`. Same for `\C-` and `\M-`. -- https://bugs.ruby-lang.org/ Unsubscribe: