From c46182d070247e30c65344d033716fa4e8093cd7 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 10 Oct 2024 02:25:32 +0300 Subject: [PATCH] =?UTF-8?q?more=20=E2=80=A2Decompose=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/cases/system.bqn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/cases/system.bqn b/test/cases/system.bqn index 88938151..e77e60e4 100644 --- a/test/cases/system.bqn +++ b/test/cases/system.bqn @@ -219,8 +219,9 @@ v←1 ⋄ ! •BQN∘•Repr⊸≡ ⟨+,1‿2,+¨,(+V)(V+V),2‿2⥊↕4⟩ •Glyph¨ ⟨+,¨,∘⟩ %% "+¨∘" # •Decompose -{! 0‿𝕩 ≡ •Decompose 𝕩}¨ ⟨+, ¨, ˝⟩ -{! 1‿𝕩 ≡ •Decompose 𝕩}¨ ⟨{𝕩}, {𝔽𝕘}⟩ +{! 0‿𝕩 ≡ •Decompose 𝕩}¨ ⟨+, ¨, ˝, ⁼, ⌾, ⎊, •internal.PureKeep⟩ +{! 1‿𝕩 ≡ •Decompose 𝕩}¨ ⟨{𝕩}, {𝔽}, {𝔽𝕩}, {𝔽𝕘}, {𝔽𝔾𝕩}⟩ +{! 1‿𝕩 ≡ •Decompose 𝕩}¨ ⟨•Type, •internal.Keep, •FChars, •_timed, •_while_⟩ {! ¯1‿𝕩 ≡ •Decompose 𝕩}¨ ⟨1,'a',"ab"⟩ •Decompose¨ ⟨+-×, -÷, +¨, 1∘+⟩ %% ⟨⟨3,+,-,×⟩,⟨2,-,÷⟩,⟨4,+,¨⟩,⟨5,1,∘,+⟩⟩