Let us consider in Mathematica 13.0 on Windows 10/Linux
LaplaceTransform[DiracDelta[x - 2]*Exp[-x^2], x, s]
E^(-2 (2 + s))
and then
InverseLaplaceTransform[%, s, x]
DiracDelta[-2 + x]/E^4
I was learned that DiracDelta[x - 2]*Exp[-x^2] should be returned. Which command incorrectly works: the former or the latter? or both?
Addition. The same issue with
FourierTransform[DiracDelta[x - 2]*Exp[-x^2], x, s];
InverseFourierTransform[%, s, x]
DiracDelta[-2 + x]/E^4
Addition 2. The distributions $\delta(x−2)e^{-x^2}$ and $\delta(x−2)e^{−4 }$ are not the same since their derivatives differ.
For unknown to me reason I cannot comment @BillWatts post ("Too long by 224 characters") so I present my comment as an answer.
You wrote "Mathematica appears to be using the standard DiracDelta integral $\int_a^b \delta (x-c) f(x) \, dx=f(c)$" as your main argument. That was discussed at the forum many times. I recall that Encyclopedia of Mathematics and W. Rudin, Functional analysis say nothing about the definition of the definite integrals of distributions as well the references there (The unsuccessful attempt to give that definition was made in P. Antosik, J. Mikusiński, R. Sikorski, "Theory of distributions. The sequential approach" , Elsevier (1973) ). This integral simply makes no sense in math. You also wrote "Some of the math references you have posted include this formula ". Can you give exact references? TIA. My conclusion is your post does not answer the question at all.