babashka/test/babashka
Stel Abrego d2278835f1
Fix #1041: Improve error message when regex literal in EDN config (#1230)
* Improve error message when regex literal in EDN config (#1041)

Regex literal syntax (example: #"^foo") is not allowed in EDN. With the
ability to write tasks in the config file, users may mistakenly try to
include regex literals. This patch improves the error message by
informing the user that literal regex syntax is not allowed and
recommends using re-pattern instead.

* Update changelog

* Fixup main.clj

* Fixup changelog
2022-04-05 11:03:39 +02:00
..
impl [#1116] Missing error message when exception happens in REPL print 2021-12-29 16:10:30 +01:00
scripts add more windows testing (#891) 2021-06-17 19:43:43 +02:00
agent_test.clj Add more agent vars (#857) 2021-05-19 14:00:48 +02:00
async_test.clj fix #1216: fix core.async alts example with polyfill 2022-03-23 23:49:09 +01:00
bb_edn_test.clj Fix #1041: Improve error message when regex literal in EDN config (#1230) 2022-04-05 11:03:39 +02:00
classpath_test.clj make tests run on windows as the default (#235) (#898) 2021-06-20 09:23:58 +02:00
crypto_test.clj Add javax.crypto classes necessary for calculating hmac shas. (#1066) 2021-11-18 08:49:59 +01:00
datafy_test.clj [#468] Add clojure.core.protocols w Datafiable and Navigable 2020-08-13 11:20:32 +02:00
deps_test.clj [#733] print-deps tests 2021-08-02 23:34:38 +02:00
error_test.clj SCI: use mutable arrays for bindings (#1177) 2022-02-14 11:52:32 +01:00
file_var_test.clj [#532] Prefer .getAbsoluteFile over .getCanonicalFile for preserving 2020-08-14 11:39:48 +02:00
http_connection_test.clj [#336] Add java.lang.Runtime to support shutdown hooks (#338) 2020-04-08 21:18:25 +02:00
java_net_http_test.clj [#999] Support Object.toString override on defrecords (#1050) 2021-11-02 10:29:52 +01:00
java_security_test.clj Ensure leading zeros are not trimmed for algorithm "SHA-256", so that hash string size is always 64. (#1176) 2022-02-12 11:06:49 +01:00
java_time_test.clj [#444] GraalVM 20.1.0 fixes timezone issue 2020-05-23 17:00:43 +02:00
logging_test.clj Fix aarch64 test (#1007) 2021-09-11 18:13:12 +02:00
main_test.clj feat #1204: add babashka.config property 2022-03-11 11:03:42 +01:00
namespace_test.clj [#999] Support Object.toString override on defrecords (#1050) 2021-11-02 10:29:52 +01:00
pod_test.clj add more windows testing (#902) 2021-06-24 22:34:57 +02:00
postgresql_test.clj [#388] embedded postgresql tests 2020-05-18 17:08:34 +02:00
print_deps_test.clj Add print-deps test 2021-11-29 23:42:36 +01:00
profile.clj Revert dotimes 2020-01-17 19:42:30 +01:00
protocols_test.clj Protocol test 2020-11-11 00:00:17 +01:00
proxy_test.clj Proxy support for PipedInputStream and PipedOutputStream 2022-03-31 10:00:16 +02:00
reify_test.clj [#1055] Segfault when reifying FileVisitor with visitFileFailed 2021-11-07 12:05:16 +01:00
shutdown_hook_test.clj Merge windows branch to master 2020-04-28 15:32:34 +02:00
test_test.clj fix #1181: clojure.test report does not respect *test-out* correctly (#1182) 2022-02-18 22:54:10 +01:00
test_utils.clj feat #863: Load pods from bb.edn (#1205) 2022-03-23 17:08:59 +01:00
transit_test.clj make tests run on windows as the default (#235) (#898) 2021-06-20 09:23:58 +02:00
uberjar_test.clj Move bb.edn in uberjar to META-INF 2022-04-03 13:36:00 +02:00
uberscript_test.clj Declarative pod support for uberscript (#1227) 2022-04-02 23:41:04 +02:00
udp_test.clj make tests run on windows as the default (#235) (#898) 2021-06-20 09:23:58 +02:00
xml_test.clj [#1004] XML edn reading and populating *data-readers* for feature deps (#1012) 2021-09-20 18:31:57 +02:00
yaml_test.clj [#1004] XML edn reading and populating *data-readers* for feature deps (#1012) 2021-09-20 18:31:57 +02:00