From 60cc50d8f6785d33adf4dafd456c836c96a9e3de Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 7 Oct 2017 01:00:24 -0400 Subject: Enhancement/message parsing (#369) * Test custom regex * Remove statics, use lists, and add amp (#366) * Remove statics, use lists, and add amp * Remove another jvmstatic * Update parser for messages * Update dependencies * Update travis * Use parsing for background im fetcher * Update changelog * Update changelog --- app/src/test/kotlin/com/pitchedapps/frost/Base.java | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/src/test/kotlin/com/pitchedapps/frost/Base.java (limited to 'app/src/test/kotlin/com/pitchedapps/frost/Base.java') diff --git a/app/src/test/kotlin/com/pitchedapps/frost/Base.java b/app/src/test/kotlin/com/pitchedapps/frost/Base.java new file mode 100644 index 00000000..42a7da48 --- /dev/null +++ b/app/src/test/kotlin/com/pitchedapps/frost/Base.java @@ -0,0 +1,10 @@ +package com.pitchedapps.frost; + +/** + * Created by Allan Wang on 2017-10-06. + * + * Empty class to hold a reference to the target output + */ + +public class Base { +} -- cgit v1.2.3