Fix broken tests

This commit is contained in:
Shunsuke Shibayama 2022-12-25 12:37:41 +09:00
parent 46418987c1
commit 099b4587e5
10 changed files with 29 additions and 89 deletions

View file

@ -557,7 +557,7 @@ impl Parser {
/// 引数はインデントで区切ることができる(ただしコンマに戻すことはできない)
///
/// ```
/// ```erg
/// x = if True, 1, 2
/// # is equal to
/// x = if True: