From 56175197f8a13e14698cac9314f2903dd8b27c28 Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:07:43 +0900 Subject: [PATCH] chore: set pre to 0 --- .../formatting-evaluator-config.ts | 2 +- .../results/valid-configuration.json | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/configuration/formatting-evaluator-config.ts b/src/configuration/formatting-evaluator-config.ts index 0d8d816e..30368c12 100644 --- a/src/configuration/formatting-evaluator-config.ts +++ b/src/configuration/formatting-evaluator-config.ts @@ -32,7 +32,7 @@ const htmlType = Type.Record(Type.String(), Type.Number(), { ul: 1, td: 1, hr: 0, - pre: 1, + pre: 0, }, }); diff --git a/tests/__mocks__/results/valid-configuration.json b/tests/__mocks__/results/valid-configuration.json index d02b48bd..9ad69d3f 100644 --- a/tests/__mocks__/results/valid-configuration.json +++ b/tests/__mocks__/results/valid-configuration.json @@ -57,7 +57,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1 @@ -87,7 +87,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1 @@ -117,7 +117,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1 @@ -147,7 +147,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1 @@ -177,7 +177,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1 @@ -207,7 +207,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1 @@ -237,7 +237,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1 @@ -267,7 +267,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1 @@ -297,7 +297,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1 @@ -327,7 +327,7 @@ "img": 0, "li": 1, "p": 1, - "pre": 1, + "pre": 0, "strong": 0, "td": 1, "ul": 1