Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Update API Test
authored
Apr 19, 2020
by
Admin
Hide whitespace changes
Inline
Side-by-side
API-Test.md
View page @
04f199f7
...
@@ -12,7 +12,7 @@ Defines maximum length for a Readingname (MAXLEN\_RN) and for a Device name (MAX
...
@@ -12,7 +12,7 @@ Defines maximum length for a Readingname (MAXLEN\_RN) and for a Device name (MAX
-
**goodReadingName**
(positional)
-
**goodReadingName**
(positional)
```
perl
```
perl
$valid
=
goodReadingName
(
$name
);
$valid
=
goodReadingName
(
$name
);
```
```
This function checks if Readingname $name is a valid format which
This function checks if Readingname $name is a valid format which
...
...