comparison src/luan/modules/lucene/Ab_testing.luan @ 1216:5dbb552075ff

doctype
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Mar 2018 15:27:08 -0600
parents bae2d0c2576c
children
comparison
equal deleted inserted replaced
1215:d2da8bfa2013 1216:5dbb552075ff
206 v = v .. '' 206 v = v .. ''
207 return gsub( v, [[(\d+\.\d{1})\d+]], '$1' ) 207 return gsub( v, [[(\d+\.\d{1})\d+]], '$1' )
208 end 208 end
209 209
210 function Ab_testing.html(test_names,tests,results) %> 210 function Ab_testing.html(test_names,tests,results) %>
211 <!DOCTYPE html> 211 <!doctype html>
212 <html lang="en"> 212 <html lang="en">
213 <head> 213 <head>
214 <title>A/B Test Results</title> 214 <title>A/B Test Results</title>
215 <style><% basic_style() %></style> 215 <style><% basic_style() %></style>
216 </head> 216 </head>