From 1ffb81b70bae8025df0ff5c1218589ae16390437 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Mar 2023 10:30:10 -0400 Subject: [PATCH] YAML markup fix. --- adventure.yaml | 2 +- tests/hint_jade.chk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/adventure.yaml b/adventure.yaml index 84ec1cb..8dfd1c8 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -2107,7 +2107,7 @@ locations: !!omap ] - LOC_LIMESTONE: description: - long: + long: |- You are walking along a gently sloping north/south passage lined with oddly shaped limestone formations. short: 'You''re in limestone passage.' diff --git a/tests/hint_jade.chk b/tests/hint_jade.chk index fc9233b..446cc33 100644 --- a/tests/hint_jade.chk +++ b/tests/hint_jade.chk @@ -1424,7 +1424,8 @@ down a gentle slope. The main corridor enters from the west. You are being followed by a very large, tame bear. -You are walking along a gently sloping north/south passage lined with oddly shaped limestone formations. +You are walking along a gently sloping north/south passage lined with +oddly shaped limestone formations. > fork -- 2.31.1