From 86c2c1438d5a2c146c13f77c9244e12cf09cad63 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Tue, 24 Jun 2014 14:22:04 +0200 Subject: [PATCH] Add test case for minus in gene symbol --- tests/test_grammar.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test_grammar.py b/tests/test_grammar.py index 98bd76f3..4c4d6f09 100644 --- a/tests/test_grammar.py +++ b/tests/test_grammar.py @@ -143,3 +143,9 @@ class TestGrammar(MutalyzerTest): #self._parse('NM_000076.2(CDKN1C_i001):p.(*317Cext*1)') self._parse('NM_000076.2(CDKN1C_i001):p.(*317CextX1)') #self._parse('t(X;17)(DMD:p.Met1_Val1506; SGCA:p.Val250_*387)') + + def test_minus_in_gene_symbol(self): + """ + Gene symbol is allowed to contain a minus character. + """ + self._parse('UD_132464528477(KRTAP2-4_v001):c.100del') -- GitLab