From c0370690f440f961c23297c2fe5a231727470a9c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 31 Jan 2018 10:27:29 -0500 Subject: [PATCH] validate: Error on nested rate blocks (bugfix) * src/current/compiler/validate.xsl (lvv:validate) [lv:rate[ancestor::lv:rate]]: Error on nested rate block. --- src/current/compiler/validate.xsl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/current/compiler/validate.xsl b/src/current/compiler/validate.xsl index e4dc74dc..1a483766 100644 --- a/src/current/compiler/validate.xsl +++ b/src/current/compiler/validate.xsl @@ -681,6 +681,24 @@ + + + + + + + + + + + +