This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,33 @@
|
|||
Cinaps should offer all promotions at once
|
||||
|
||||
$ cat > dune-project <<EOF
|
||||
> (lang dune 3.8)
|
||||
> (using cinaps 1.3)
|
||||
> EOF
|
||||
|
||||
$ cat > t1.ml <<"EOF"
|
||||
> (*$ print_endline "\nhello" *)
|
||||
> (*$*)
|
||||
> let x = 1
|
||||
> EOF
|
||||
|
||||
$ cat > t2.ml <<"EOF"
|
||||
> (*$ print_endline "\nhello" *)
|
||||
> (*$*)
|
||||
> let x = 1
|
||||
> EOF
|
||||
|
||||
$ cat >dune <<EOF
|
||||
> (cinaps
|
||||
> (files *.ml)
|
||||
> (alias cinaps))
|
||||
> EOF
|
||||
|
||||
$ dune build @cinaps
|
||||
File "t1.ml", line 1, characters 0-0:
|
||||
Error: Files _build/default/t1.ml and _build/default/t1.ml.cinaps-corrected
|
||||
differ.
|
||||
File "t2.ml", line 1, characters 0-0:
|
||||
Error: Files _build/default/t2.ml and _build/default/t2.ml.cinaps-corrected
|
||||
differ.
|
||||
[1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue