keep_continue: { options = { dead_code: true, evaluate: true }; input: { while (a) { if (b) { switch (true) { case c(): d(); } continue; } f(); } } expect: { while (a) { if (b) { switch (true) { case c(): d(); } continue; } f(); } } } /a> : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po/packages/ja.po
AgeCommit message (Expand)Author
2023-06-30nls: Update translations....* po/packages/ja.po: New file. * po/packages/LINGUAS: Add it. Florian Pelz