| Geth | ZH: ugexe++ created pull request #2: Use the translated do keyword in the block test |
03:15 | |
| ZH/main: bc50ea7ba7 | (Nick Logan)++ (committed using GitHub Web editor) | t/10-block.rakutest Use the translated do keyword in the block test Previously rakudo matched the `do` statement prefix by its literal English keyword and ignored the `stmt-prefix-do` translation, so this test had to spell it `do`. Since rakudo/rakudo#6437 the translation `转换为值` is honored and English `do` no longer parses under the ZH slang, failing this test. |
23:41 | ||
| ZH/main: 4980f9564c | 曾奥然++ (committed using GitHub Web editor) | t/10-block.rakutest Merge pull request #2 from ugexe/patch-1 Use the translated do keyword in the block test |