If you drop this code into the web app you'll be able to see the issue:
--[[const]]
WHOLE_NUMBER = 30
--[[const]]
DECIMAL_NUMBER = 0.1
local test = "test,"..WHOLE_NUMBER
local test2 = "test,"..DECIMAL_NUMBER
pico-8 cartridge // http://www.pico-8.com
version 42
__lua__
local l,l="test,30","test,".. .1
__meta:title__
[[const]]
If you drop this code into the web app you'll be able to see the issue: