From 4ead6287ed891f0cc9e4a81bfe2571c62848dbb3 Mon Sep 17 00:00:00 2001
From: Katerina Barone-Adesi <kbarone@igalia.com>
Date: Thu, 7 May 2015 11:27:51 +0100
Subject: [PATCH] Regression test for bug 83, floatmul

https://github.com/Igalia/pflua/issues/83
Pflua: multiplications used to use floats, leading to different results
with large operands when compared to the correct integer multiplications.
---
 tests/pflang-reg/pl-bug00083-floatmul | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 tests/pflang-reg/pl-bug00083-floatmul

diff --git a/tests/pflang-reg/pl-bug00083-floatmul b/tests/pflang-reg/pl-bug00083-floatmul
new file mode 100755
index 0000000..81de226
--- /dev/null
+++ b/tests/pflang-reg/pl-bug00083-floatmul
@@ -0,0 +1,3 @@
+#!/bin/bash
+thisdir=$(dirname $0)
+"${thisdir}/../../env" pflua-pipelines-match "${thisdir}/../data/arp.pcap" "405434949 * 1881196573 == 1588910545" 1