From 72d257026e7203e74f7e6d0169bda3b3b387c169 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 11 Nov 2014 10:29:36 -0500 Subject: [PATCH] tests: add "--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.nit" That is a module with a very bad name Signed-off-by: Jean Privat --- ...ad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.nit" | 17 +++++++++++++++++ ...ad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.res" | 1 + 2 files changed, 18 insertions(+) create mode 100644 "tests/--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.nit" create mode 100644 "tests/sav/--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.res" diff --git "a/tests/--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.nit" "b/tests/--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.nit" new file mode 100644 index 0000000..11c4b4c --- /dev/null +++ "b/tests/--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.nit" @@ -0,0 +1,17 @@ +# This file is part of NIT ( http://www.nitlanguage.org ). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import kernel + +1.output diff --git "a/tests/sav/--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.res" "b/tests/sav/--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.res" new file mode 100644 index 0000000..d00491f --- /dev/null +++ "b/tests/sav/--base_very bad name@1&$|;:.ext'\"<>{}`~!#^*()_=+[]\\,?.res" @@ -0,0 +1 @@ +1 -- 1.7.9.5