From 69e77a234c47a5762572bb1a6787001e35e4580e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=27Mara?= Date: Thu, 25 Jun 2020 02:09:03 +1000 Subject: [PATCH] Note --- src/sam/readrecord.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]