We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5796920 commit 6f42a1cCopy full SHA for 6f42a1c
syntax/attribute_value.ml
@@ -415,7 +415,7 @@ let rec transform =
415
fun ?separated_by:_ ?default:_ loc name s ->
416
if does_match regexp_wsp s then
417
Some [%expr []]
418
- else if does_match regexp_wsp s then
+ else if does_match regexp s then
419
begin
420
let item = Re_str.matched_group 1 s in
421
let rest = Re_str.matched_group 2 s in
0 commit comments