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 ...
|
* src/ltlvisit/reducform.cc (reduce_form_visitor): Rename as ...
|
||||||
(reduce_visitor): ... this.
|
(reduce_visitor): ... this.
|
||||||
* src/ltltest/inf.cc: Adjust calls.
|
* 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>
|
2004-05-26 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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).
|
# l'Epita (LRDE).
|
||||||
#
|
#
|
||||||
# This file is part of Spot, a model checking library.
|
# This file is part of Spot, a model checking library.
|
||||||
|
|
@ -24,7 +24,7 @@ set -e
|
||||||
|
|
||||||
check_csv()
|
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" |
|
sed 's/[^,]//g' < "$1" |
|
||||||
( read first
|
( read first
|
||||||
while read l; do
|
while read l; do
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright (C) 2016, 2017, 2018 Laboratoire de Recherche et Développement
|
# Copyright (C) 2016-2018, 2021 Laboratoire de Recherche et
|
||||||
# de l'Epita (LRDE).
|
# Développement de l'Epita (LRDE).
|
||||||
#
|
#
|
||||||
# This file is part of Spot, a model checking library.
|
# This file is part of Spot, a model checking library.
|
||||||
#
|
#
|
||||||
|
|
@ -52,7 +52,7 @@ EOF
|
||||||
|
|
||||||
grep _x output.csv && exit 1
|
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 |
|
sed 's/[^,]//g' <output.csv |
|
||||||
( read first
|
( read first
|
||||||
while read l; do
|
while read l; do
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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).
|
# Développement de l'Epita (LRDE).
|
||||||
#
|
#
|
||||||
# This file is part of Spot, a model checking library.
|
# 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 \
|
# --ignore-execution-failures --ambiguous \
|
||||||
# --strength --csv=output.csv
|
# --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 |
|
# sed 's/[^,]//g' <output.csv |
|
||||||
# ( read first
|
# ( read first
|
||||||
# while read l; do
|
# while read l; do
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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).
|
# l'Epita (LRDE).
|
||||||
#
|
#
|
||||||
# This file is part of Spot, a model checking library.
|
# This file is part of Spot, a model checking library.
|
||||||
|
|
@ -23,7 +23,7 @@ set -e
|
||||||
|
|
||||||
check_csv()
|
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" |
|
sed 's/[^,]//g' < "$1" |
|
||||||
( read first
|
( read first
|
||||||
while read l; do
|
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 $opts 'FGc <-> GF(!b&XXb)' --csv='>>FILE' || :
|
||||||
ltlsynt --algo=lar.old $opts 'FGa <-> GF(c&a)' --csv='>>FILE' || :
|
ltlsynt --algo=lar.old $opts 'FGa <-> GF(c&a)' --csv='>>FILE' || :
|
||||||
test 6 = `wc -l < 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 |
|
sed 's/[^,]//g' < FILE |
|
||||||
( read first
|
( read first
|
||||||
while read l; do
|
while read l; do
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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).
|
# l'Epita (LRDE).
|
||||||
# Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6
|
# Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6
|
||||||
# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
# (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 (!).'
|
diag 'No space after unary operators (!).'
|
||||||
|
|
||||||
$GREP ",[^ \" %'\\\\]" $tmp &&
|
$GREP ",[^ \" %'\\\\]" $tmp &&
|
||||||
diag 'Space after coma.'
|
diag 'Space after comma.'
|
||||||
|
|
||||||
# The 'r' allows operator&&
|
# The 'r' allows operator&&
|
||||||
# The '.' allows &&...
|
# The '.' allows &&...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue