summaryrefslogtreecommitdiffstats
path: root/parsers/QuoteSpecialText.java
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/QuoteSpecialText.java')
-rw-r--r--parsers/QuoteSpecialText.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/QuoteSpecialText.java b/parsers/QuoteSpecialText.java
index 5e63bc9..8d13d2a 100644
--- a/parsers/QuoteSpecialText.java
+++ b/parsers/QuoteSpecialText.java
@@ -56,6 +56,7 @@ public class QuoteSpecialText implements Parser {
}
}
matcher.appendTail(sbuffer);
+ System.out.println("BANGA BANG!");
return sbuffer.toString();
}
}