summaryrefslogtreecommitdiffstats
path: root/parsers/QuoteSpecialText.java
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2014-07-17 17:54:58 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2014-07-17 17:54:58 +0530
commitfd858dea020554d28089a49d774f055db5905eb6 (patch)
tree00ecc69bdf08314e1c64e3614894953a361685d5 /parsers/QuoteSpecialText.java
parent10ffa6754cb8af49f38ace31ca93d8e0bf0adb7d (diff)
add some code for debugging + TODO update.
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();
}
}