mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 13:11:11 +00:00
Fix broken tests
This commit is contained in:
parent
46418987c1
commit
099b4587e5
10 changed files with 29 additions and 89 deletions
|
@ -557,7 +557,7 @@ impl Parser {
|
|||
|
||||
/// 引数はインデントで区切ることができる(ただしコンマに戻すことはできない)
|
||||
///
|
||||
/// ```
|
||||
/// ```erg
|
||||
/// x = if True, 1, 2
|
||||
/// # is equal to
|
||||
/// x = if True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue