diff --git a/src/sam/readrecord.jl b/src/sam/readrecord.jl index 4bc0761..205de7b 100644 --- a/src/sam/readrecord.jl +++ b/src/sam/readrecord.jl @@ -41,7 +41,7 @@ const sam_machine_metainfo, sam_machine_record, sam_machine_header, sam_machine_ co.actions[:enter] = [:pos1] co.actions[:exit] = [:metainfo_tag] - comment = re"[^\r\n]*" + comment = re"[^\r\n]*" # Note: Only single line comments are allowed. comment.actions[:enter] = [:pos1] comment.actions[:exit] = [:metainfo_val]