From 1913dab1a7b701e2684a53ec3fea8c168b03c101 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Sun, 30 Sep 2018 19:10:09 +0300 Subject: [PATCH] Fixed rendering of `<||>` (closes #621) --- CHANGELOG.md | 1 + clojure/gen_calt.clj | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7116afe..dcd86ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - Fixed the look of `{| |} [| |]` ([#643]) - Removed `{. .}` ([#635]) - Fixed rendering of `(?= (?<= (?:` ([#624]) +- Fixed rendering of `<||>` ([#621]) #### 1.205 (February 27, 2018) diff --git a/clojure/gen_calt.clj b/clojure/gen_calt.clj index c3a2d77..a3e726a 100755 --- a/clojure/gen_calt.clj +++ b/clojure/gen_calt.clj @@ -32,6 +32,12 @@ ["question" "colon"] " ignore sub parenleft question' colon;\n" + + ["less" "bar" "bar"] + " ignore sub less' bar bar greater;\n" + + ["bar" "bar" "greater"] + " ignore sub less bar' bar greater;\n" }) (defn liga->rule