typos: coma -> comma
* ChangeLog.1, tests/core/autcross3.test, tests/core/ltl3ba.test, tests/core/ltl3dra.test, tests/core/ltlcross3.test, tests/core/ltlsynt.test, tests/sanity/style.test: Here.
This commit is contained in:
parent
e6055c57a7
commit
99241d0bea
7 changed files with 13 additions and 13 deletions
|
|
@ -7390,7 +7390,7 @@
|
|||
* src/ltlvisit/reducform.cc (reduce_form_visitor): Rename as ...
|
||||
(reduce_visitor): ... this.
|
||||
* src/ltltest/inf.cc: Adjust calls.
|
||||
* src/sanity/style.test: Improve missing-space after coma detection.
|
||||
* src/sanity/style.test: Improve missing-space after comma detection.
|
||||
|
||||
2004-05-26 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2017 Laboratoire de Recherche et Développement de
|
||||
# Copyright (C) 2017, 2021 Laboratoire de Recherche et Développement de
|
||||
# l'Epita (LRDE).
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
|
|
@ -24,7 +24,7 @@ set -e
|
|||
|
||||
check_csv()
|
||||
{
|
||||
# Make sure all lines in $1 have the same number of comas
|
||||
# Make sure all lines in $1 have the same number of commas
|
||||
sed 's/[^,]//g' < "$1" |
|
||||
( read first
|
||||
while read l; do
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2016, 2017, 2018 Laboratoire de Recherche et Développement
|
||||
# de l'Epita (LRDE).
|
||||
# Copyright (C) 2016-2018, 2021 Laboratoire de Recherche et
|
||||
# Développement de l'Epita (LRDE).
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
#
|
||||
|
|
@ -52,7 +52,7 @@ EOF
|
|||
|
||||
grep _x output.csv && exit 1
|
||||
|
||||
# Make sure all lines in output.csv have the same number of comas
|
||||
# Make sure all lines in output.csv have the same number of commas
|
||||
sed 's/[^,]//g' <output.csv |
|
||||
( read first
|
||||
while read l; do
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2015, 2016 Laboratoire de Recherche et
|
||||
# Copyright (C) 2015, 2016, 2021 Laboratoire de Recherche et
|
||||
# Développement de l'Epita (LRDE).
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
|
|
@ -53,7 +53,7 @@ ltldo ltl3dra -f '"a=0" & p0' | grep 'AP: 2.*p0'
|
|||
# --ignore-execution-failures --ambiguous \
|
||||
# --strength --csv=output.csv
|
||||
#
|
||||
# # Make sure all lines in output.csv have the same number of comas
|
||||
# # Make sure all lines in output.csv have the same number of commas
|
||||
# sed 's/[^,]//g' <output.csv |
|
||||
# ( read first
|
||||
# while read l; do
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2012-2020 Laboratoire de Recherche et Développement de
|
||||
# Copyright (C) 2012-2021 Laboratoire de Recherche et Développement de
|
||||
# l'Epita (LRDE).
|
||||
#
|
||||
# This file is part of Spot, a model checking library.
|
||||
|
|
@ -23,7 +23,7 @@ set -e
|
|||
|
||||
check_csv()
|
||||
{
|
||||
# Make sure all lines in $1 have the same number of comas
|
||||
# Make sure all lines in $1 have the same number of commas
|
||||
sed 's/[^,]//g' < "$1" |
|
||||
( read first
|
||||
while read l; do
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ for r in '' '--real'; do
|
|||
ltlsynt --algo=lar $opts 'FGc <-> GF(!b&XXb)' --csv='>>FILE' || :
|
||||
ltlsynt --algo=lar.old $opts 'FGa <-> GF(c&a)' --csv='>>FILE' || :
|
||||
test 6 = `wc -l < FILE`
|
||||
# Make sure all lines in FILE have the same number of comas
|
||||
# Make sure all lines in FILE have the same number of commas
|
||||
sed 's/[^,]//g' < FILE |
|
||||
( read first
|
||||
while read l; do
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2009-2020 Laboratoire de Recherche et Développement de
|
||||
# Copyright (C) 2009-2021 Laboratoire de Recherche et Développement de
|
||||
# l'Epita (LRDE).
|
||||
# Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6
|
||||
# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
||||
|
|
@ -207,7 +207,7 @@ for dir in "$TOP/spot" "$TOP/bin" "$TOP/tests"; do
|
|||
diag 'No space after unary operators (!).'
|
||||
|
||||
$GREP ",[^ \" %'\\\\]" $tmp &&
|
||||
diag 'Space after coma.'
|
||||
diag 'Space after comma.'
|
||||
|
||||
# The 'r' allows operator&&
|
||||
# The '.' allows &&...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue