mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
fix position invalid test
This commit is contained in:
parent
9d5052147a
commit
f5b9e5df2d
@ -135,7 +135,7 @@ let format_loc_text_parts (pos : t) =
|
||||
let ic, input_line_opt =
|
||||
let from_contents =
|
||||
match Global.options.input_src with
|
||||
| Contents (str, _) when str = filename -> Some str
|
||||
| Contents (str, uri) when uri = filename -> Some str
|
||||
| _ -> None
|
||||
in
|
||||
match from_contents with
|
||||
|
Loading…
Reference in New Issue
Block a user