From cf5d88ed33e023c12849ce8b7141cb0e4773e325 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 25 Jun 2020 07:27:10 +0000 Subject: [PATCH] typo Updated wikipage Criterion References. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2245 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../metrics-tool/definitions/criterion-references.wiki | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/metrics-tool/definitions/criterion-references.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/metrics-tool/definitions/criterion-references.wiki index d69a7263..8c3f9e3c 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/metrics-tool/definitions/criterion-references.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/metrics-tool/definitions/criterion-references.wiki @@ -1,3 +1,5 @@ +[[Property:modification_date|Thu, 25 Jun 2020 07:27:10 GMT]] +[[Property:publication_date|Thu, 25 Jun 2020 07:27:10 GMT]] [[Property:title|Criterion References]] [[Property:weight|12]] [[Property:uuid|52790486-55e8-86dc-67d7-5530d1b342a3]] @@ -48,12 +50,12 @@ '''path_in'''
'''Syntax:''' path_in "path"
'''Applicable on:''' Class
-'''Remark:''' This criterion will evaluate to True if path (related to the class's written in group) of the class candidate is "path" or its subdirectory. "path" is in Unix format, i.e., different sections are separated by a "/". On Windows, path matching is case-sensitive, on other platforms, it's case-sensitive. +'''Remark:''' This criterion will evaluate to True if path (related to the class's written in group) of the class candidate is "path" or its subdirectory. "path" is in Unix format, i.e., different sections are separated by a "/". On Windows, path matching is case-insensitive, on other platforms, it's case-sensitive. '''path_is'''
'''Syntax:''' path_is "path"
'''Applicable on:''' Class
-'''Remark:''' This criterion will evaluate to True if path (related to the class's written in group) of the class candidate is "path". "path" is in Unix format, i.e., different sections are separated by a "/". On Windows, path matching is case-sensitive, on other platforms, it's case-sensitive. +'''Remark:''' This criterion will evaluate to True if path (related to the class's written in group) of the class candidate is "path". "path" is in Unix format, i.e., different sections are separated by a "/". On Windows, path matching is case-insensitive, on other platforms, it's case-sensitive. ==Relation Criterion==